nblum / silverstripe-flexible-content-elements
Provides a basic set of content elements for the silverstripe-flexible-content package
Package info
github.com/nblum/silverstripe-flexible-content-elements
Type:silverstripe-module
pkg:composer/nblum/silverstripe-flexible-content-elements
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
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.