Пример #1
0
 protected function init()
 {
     parent::init();
     // initialize directives
     $this->title = 'Border Color';
     $this->description = 'Choose a color for the border';
     $this->style_property = 'border-color';
 }
Пример #2
0
 /**
  */
 protected function init()
 {
     // run parent
     parent::init();
     // init directives
     $this->title = __('Background Color', infinity_text_domain);
     $this->description = __('Choose a background color', infinity_text_domain);
     $this->style_property = 'background-color';
 }