nblum / silverstripe-flexible-content-elements
Provides a basic set of content elements for the silverstripe-flexible-content package
Installs: 26
Dependents: 0
Suggesters: 1
Security: 0
Stars: 3
Watchers: 1
Forks: 1
Open Issues: 0
Type:silverstripe-module
Requires
- lrc/silverstripe-link-field: ^0.1.0
- nathancox/codeeditorfield: ^1.1
- nblum/silverstripe-flexible-content: ^0.1.0
- nblum/silverstripe-table-field: ^0.1.0
- silverstripe/framework: ^3.0
This package is auto-updated.
Last update: 2023-01-15 22:58:58 UTC
README
This package provides a basic set of content elements for the silverstripe-flexible-content package. See the packages site for mor information.
Installation
composer require nblum/silverstripe-flexible-content-elements
This package requires the silverstripe-flexible-content package.
Elements
- TextMedia - Add copy text and images with as basic set of config options
- Image gallery - A simple image gallery
- Html - just hack plain html
- Table - wysiwyg for tables
- Toc - a basic table of contents for the current page
All elements are very basic and simple. You may override the templates in your theme and extend the element classes to customize the elements for your needs.