name = esc_html__( 'Content', 'wpforms-lite' ); $this->keywords = esc_html__( 'image, text, table, list, heading, wysiwyg, visual', 'wpforms-lite' ); $this->type = 'content'; $this->icon = 'fa-file-image-o'; $this->order = 180; $this->group = 'fancy'; $this->default_settings = [ 'label_disable' => '1', ]; $this->init_pro_field(); $this->hooks(); } /** * Register WP hooks. * * @since 1.9.4 */ protected function hooks() { } /** * Show field options in the builder left panel. * * @since 1.9.4 * * @param array $field Field data. */ public function field_options( $field ) { // Options open markup. $this->field_option( 'basic-options', $field, [ 'markup' => 'open', 'after_title' => $this->get_field_options_notice(), ] ); $this->field_option_content( $field ); // Set label to the disabled. $args = [ 'type' => 'hidden', 'slug' =>