Файловый менеджер - Редактировать - /home/ephorei/www/wp-includes/images/media/q2m9hb/dropdown.tar
Назад
block.php 0000644 00000001213 15006204510 0006335 0 ustar 00 <?php /** * PHP render form dropdown Block. * * @package SureForms. */ namespace SRFM\Inc\Blocks\Dropdown; use SRFM\Inc\Blocks\Base; use SRFM\Inc\Fields\Dropdown_Markup; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Dropdown Block. */ class Block extends Base { /** * Render the block * * @param array<mixed> $attributes Block attributes. * * @return string|bool */ public function render( $attributes ) { if ( ! empty( $attributes ) ) { $markup_class = new Dropdown_Markup( $attributes ); ob_start(); // phpcs:ignore echo $markup_class->markup(); } return ob_get_clean(); } } block.json 0000644 00000002526 15006204510 0006527 0 ustar 00 { "name": "srfm/dropdown", "title": "Dropdown", "description": "Displays a SureForm Dropdown Field", "category": "sureforms", "keywords": [ "select", "dropdown", "options", "field" ], "textdomain": "sureforms", "supports": { "reusable": false, "html": false }, "example": { "attributes": { "preview": true } }, "attributes": { "preview": { "type": "boolean", "default": false }, "block_id": { "type": "string" }, "required": { "type": "boolean" }, "multiSelect": { "type": "boolean", "default": false }, "minValue": { "type": "number" }, "maxValue": { "type": "number" }, "searchable": { "type": "boolean", "default": true }, "options": { "type": "array", "default": [ { "label": "Option 1", "icon": "" }, { "label": "Option 2", "icon": "" } ] }, "fieldWidth": { "type": "number", "default": 100 }, "label": { "default": "Dropdown", "type": "string" }, "help": { "type": "string", "default": "" }, "errorMsg": { "type": "string", "default": "" }, "formId": { "type": "number", "default": "" }, "placeholder": { "type": "string", "default": "Select an option" }, "isConditionalLogic":{ "type":"boolean", "default":false }, "slug":{ "type":"string", "default":"" } } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка