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; }
static function details() { $_d = parent::details(); $_d->label = 'Table'; $_d->description = 'Easily build a table'; $_d->keywords = 'table,tabular data,data'; return $_d; }
static function details() { $_d = parent::details(); $_d->label = 'Image'; $_d->description = 'A single image.'; $_d->keywords = 'image,images,photo,photos'; return $_d; }
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; }
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; }