Exemplo n.º 1
0
 static function details()
 {
     $_d = parent::details();
     $_d->label = 'Slider';
     $_d->description = 'Embed easily configurable photo sliders into your page.';
     $_d->keywords = 'gallery,slider,image gallery,images';
     return $_d;
 }
Exemplo n.º 2
0
 static function details()
 {
     $_d = parent::details();
     $_d->label = 'Table';
     $_d->description = 'Easily build a table';
     $_d->keywords = 'table,tabular data,data';
     return $_d;
 }
Exemplo n.º 3
0
 static function details()
 {
     $_d = parent::details();
     $_d->label = 'Image';
     $_d->description = 'A single image.';
     $_d->keywords = 'image,images,photo,photos';
     return $_d;
 }
Exemplo n.º 4
0
 static function details()
 {
     $_d = parent::details();
     $_d->label = 'Plain Text';
     $_d->description = 'Plain, completely unformatted text. Perfect for custom HTML.';
     $_d->keywords = 'text,html,code,plaintext,plain text';
     return $_d;
 }
Exemplo n.º 5
0
 static function details()
 {
     $_d = parent::details();
     $_d->label = 'Rich Text';
     $_d->description = 'Build beautiful pages using the rich text editor; embed images, links and more.';
     $_d->keywords = 'rich text,formatted text,formatted,wysiwyg,embed';
     $_d->assets_editor[] = array('ckeditor/ckeditor.js', 'BOWER');
     $_d->assets_editor[] = array('ckeditor/adapters/jquery.js', 'BOWER');
     return $_d;
 }