Example #1
0
 /**
  */
 protected function init()
 {
     // run parent
     parent::init();
     // init directives
     $this->title = __('Border Style', infinity_text_domain);
     $this->description = __('Choose a style for the border', infinity_text_domain);
     $this->style_property = 'border-style';
 }
Example #2
0
 /**
  */
 protected function init()
 {
     // run parent
     parent::init();
     // init directives
     $this->title = __('Background Image Tiling', infinity_text_domain);
     $this->description = __('Set the tiling mode of the background image', infinity_text_domain);
     $this->style_property = 'background-repeat';
     $this->default_value = 'repeat';
 }