[
'Disable Gutenberg Editor',
'Use the Classic Editor instead of Gutenberg.',
],
'disable_gutenberg_css' => [
'Remove Gutenberg Block CSS',
'Prevent loading of Gutenberg block styles on the frontend.',
],
'disable_widget_blocks' => [
'Disable Widget Blocks',
'Revert to the Classic Widgets interface.',
],
'enable_shortcode_in_text_widgets' => [
'Enable Shortcode Execution in Text Widgets',
'Allow shortcodes in text widgets.',
],
'enable_pages_excerpt' => [
'Enable Excerpt for Pages',
'Add excerpt field support for pages.',
],
'enable_force_external_links_new_tab' => [
'Open External Links in New Tab',
'Automatically open all external links in post content in a new browser tab. Adds target="_blank" and rel="noopener noreferrer nofollow" for better UX, security, and SEO.',
],
];
self::create_options( $snippets );
?>