build_control_header($control_key, $label, 'HIDDEN', $is_responsive); // HIDDEN doesn't have specific properties beyond common ones // Add common properties $content .= $this->build_common_properties($field); // Close control $content .= $this->build_control_footer(); return $content; } protected function default_label() { return 'Hidden'; } }