Classes
\LeKoala\Blocks
| Name | Description | |
|---|---|---|
| BaseBlock | This is the class you need to extend to create your own block | EMPTY |
| Block | The block dataobject is used to actually store the data | EMPTY |
| BlockFieldList | Easily add fields to your blocks | EMPTY |
| BlocksLeftAndMainExtension | Extend leftandmain to publish blocks | EMPTY |
| BlocksPage | A page mode of blocks | EMPTY |
| BlocksPageController | Extend page controller | EMPTY |
| BuildableFieldList | A field list that can create it its fields | EMPTY |
\LeKoala\Blocks\FieldType
| Name | Description | |
|---|---|---|
| DBJson | Json storage | EMPTY |
\LeKoala\Blocks\Fields
| Name | Description | |
|---|---|---|
| BlockButtonField | No description available | EMPTY |
| BlockHTMLEditorField | This simple extension allow storing the html into json and relies on our hijacked setCastedField method to save the html | EMPTY |
| ColumnsField | Display fields in column | EMPTY |
\LeKoala\Blocks\Types
| Name | Description | |
|---|---|---|
| ContentBlock | The default block | EMPTY |
\LeKoala\DeferBackend\Test
| Name | Description | |
|---|---|---|
| BlocksTest | No description available | EMPTY |
\LeKoala\Dev
| Name | Description | |
|---|---|---|
| BlocksCreateTask | Assist in building blocks for your website | EMPTY |