static for a backdrop which doesn't close the modal on click."), * defaultValue = "true", * groups = { * "javascript" = @Translation("JavaScript"), * "modals" = @Translation("Modals"), * "options" = @Translation("Options"), * }, * options = { * "false" = @Translation("Disabled"), * "true" = @Translation("Enabled"), * "static" = @Translation("Static"), * }, * ) */ class ModalBackdrop extends SettingBase { /** * {@inheritdoc} */ public function drupalSettings() { return !!$this->theme->getSetting('modal_enabled'); } }