Имя |
Описание |
Body |
A paragraph component. |
Byline |
A byline normally describes who wrote the article, the date, etc. |
Component |
Base component class. All components must inherit from this class and
implement its abstract method "build". |
Cover |
A cover is optional and displayed at the very top of the article. It's
loaded from the Exporter_Content's cover attribute, if present. |
Embed_Web_Video |
An embedded video from Youtube or Vimeo, for example. For now, assume
any iframe is an embedded video. |
Gallery |
An image gallery is just a container with 'gallery' class and some images
inside. The container should be a div, but can be anything as long as it has
a 'gallery' class. |
Image |
Represents a simple image. |
Quote |
An HTML's blockquote representation. |
Title |
|