Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/plugins/bb-plugin/modules/rich-text/rich-text.php
Error occurred
Назад
<?php /** * @class FLRichTextModule */ class FLRichTextModule extends FLBuilderModule { /** * @method __construct */ public function __construct() { parent::__construct(array( 'name' => __('Text Editor', 'fl-builder'), 'description' => __('A WYSIWYG text editor.', 'fl-builder'), 'category' => __('Basic Modules', 'fl-builder'), 'partial_refresh' => true )); } } /** * Register the module and its form settings. */ FLBuilder::register_module('FLRichTextModule', array( 'general' => array( // Tab 'title' => __('General', 'fl-builder'), // Tab title 'sections' => array( // Tab Sections 'general' => array( // Section 'title' => '', // Section Title 'fields' => array( // Section Fields 'text' => array( 'type' => 'editor', 'label' => '', 'rows' => 13, 'wpautop' => false, 'preview' => array( 'type' => 'text', 'selector' => '.fl-rich-text' ), 'connections' => array( 'string' ) ) ) ) ) ) ));
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.09 |
proxy
|
phpinfo
|
Настройка