dynamic / dynamic-blocks
A collection of blocks for the SilverStripe Blocks module.
Installs: 3 586
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 6
Forks: 4
Open Issues: 1
Type:silverstripe-vendormodule
Requires
- dynamic/flexslider: ^2.0
- dynamic/imageuploadfield: ^1.0
- heyday/silverstripe-versioneddataobjects: ^2.0
- micschk/silverstripe-groupable-gridfield: dev-master
- sheadawson/quickaddnew: ^1.1
- sheadawson/silverstripe-blocks: ^1.0
- sheadawson/silverstripe-linkable: ^1.3
- silverstripe/cms: ^3.2
- silverstripe/framework: ^3.2
- symbiote/silverstripe-addressable: ^1.1
- symbiote/silverstripe-gridfieldextensions: ^2.1
Requires (Dev)
- phpunit/phpunit: ^3.7
This package is auto-updated.
Last update: 2024-10-20 16:24:06 UTC
README
A collection of blocks for the SilverStripe Blocks module:
- Accordion
- Call To Action
- Child Pages
- Customer Service (map and contact info)
- Email Newsletter Signup
- Embedded Content
- Form (requires silverstripe/userforms)
- Image
- Page Sections
- Photo Gallery
- Promos
- Recent Blog Posts (requires silverstripe/blog)
- Slideshow
Requirements
- SilverStripe ^4.0
Installation
composer require dynamic/dynamic-blocks
Example usage
Dynamic Blocks uses micschk/silverstripe-groupable-gridfield
to enhance the CMS interface.
All blocks are available in the CMS by default. To exclude certain blocks in a project, do the following in your config.yml
:
BlockManager:
disabled_blocks:
- AccordionBlock
- ChildPagesBlock