Example #1
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'insert';
     $this->type = 'insert';
     $this->enabled = 0;
     $this->icon = 'fa fa-align-justify';
 }
 public function __construct()
 {
     parent::__construct();
     $this->name = 'featured';
     $this->type = 'attachment';
     $this->enabled = 0;
     $this->icon = 'fa fa-image';
 }
Example #3
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'public';
     $this->type = 'origin';
     $this->enabled = 0;
     $this->icon = 'fa fa-cloud';
 }
Example #4
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'icon';
     $this->type = 'attachment';
     $this->enabled = 0;
     $this->icon = 'fa fa-file-image-o';
 }
 public function __construct()
 {
     parent::__construct();
     $this->name = 'additional';
     $this->type = 'attachment';
     $this->enabled = 0;
     $this->icon = 'fa fa-paperclip';
 }
Example #6
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'info';
     $this->type = 'info';
     $this->enabled = 0;
     $this->icon = 'fa fa-info-circle';
 }
Example #7
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'album';
     $this->type = 'insert';
     $this->enabled = 0;
     $this->icon = 'fa fa-folder';
 }
Example #8
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'avatar';
     $this->type = 'internal';
     $this->enabled = 0;
     $this->icon = 'fa fa-smile-o';
 }
Example #9
0
 public function __construct()
 {
     parent::__construct();
     $this->name = 'gallery';
     $this->type = 'insert';
     $this->enabled = 0;
     $this->icon = 'fa fa-th-large';
     $this->perpage = 25;
 }