_settingsUtility->displayCheckbox(
__('Backend Integration', 'enlighter'),
'quicktag-backend',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('Use QuickTags within the legacy text/html editor?', 'enlighter')
)
); ?>
_settingsUtility->displayCheckbox(
__('Frontend Integration', 'enlighter'),
'quicktag-frontend',
array(
'label' => __('Enable', 'enlighter'),
'description' => __('Do you want to use the QuickTags extensions in your frontend (website)?', 'enlighter')
)
); ?>
_settingsUtility->displaySelect(
__('QuickTag Mode', 'enlighter'),
'quicktag-mode',
array(
'html' => __('Print HTML code', 'enlighter'),
'shortcode' => __('Print language shortcodes', 'enlighter'),
'legacy_shortcode' => __('Print legacy Enlighter shortcodes', 'enlighter')
),
array(
'description' => __('QuickTags can generate shortcode or direct html code.', 'enlighter')
)
); ?>