Classic Editor control not clickable
-
Hello Nikita,
Thank you for the great plugin. I have been using it successfully in one of my block based plugins. Recently, I have come across an issue in which the Classic Editor fields are no longer clickable.
I am using WordPress 6.3.1, php 8.0.26 and Lazy Blocks plugin 3.5.1.
I have generated the block fields using Lazy blocks plugin and exported them as php code. Then I am including the code in block.php file in my plugin. The sample field code for ‘Summary’ field is shown below:
'control_2308a64761' => array( 'type' => 'classic_editor', 'name' => 'summary', 'default' => esc_html__( 'This is a recipe summary text. It can be a small excerpt about what you are going to cook.', 'trg_gt' ), 'label' => esc_html__( 'Summary', 'trg_gt' ), 'help' => esc_html__( 'Provide a short summary or description of your recipe', 'trg_gt' ), 'child_of' => '', 'placement' => 'content', 'width' => '100', 'hide_if_not_selected' => 'false', 'save_in_meta' => 'false', 'save_in_meta_name' => '', 'required' => 'false', 'placeholder' => '', 'characters_limit' => '', ),
Please let us know how this can be resolved.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Classic Editor control not clickable’ is closed to new replies.