$this, ) ); } protected static function getOptions() { $prefix = static::$settings_prefix; return array( 'sections' => array( "{$prefix}section" => array( 'title' => Translations::get( 'title' ), 'panel' => 'footer_panel', 'type' => 'colibri_section', 'hidden' => true, ), ), 'settings' => array( "{$prefix}pen" => array( 'control' => array( 'type' => 'pen', 'section' => 'footer', ), ), "{$prefix}plugin-content" => array( 'control' => array( 'type' => 'plugin-message', 'section' => 'footer', 'colibri_tab' => 'content', ), ), ), ); } }