bramdeleeuw / silverstripe-pageslices-blocks
Blocks for SilverStripe page slice module
Installs: 43
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:silverstripe-vendormodule
This package is auto-updated.
Last update: 2024-10-27 07:29:38 UTC
README
This module provides a base Block
class on which new blocks can be extended.
A TextBlock
and a ImageBlock
is included by default.
Installation
Install the module trough composer
composer require bramdeleeuw/silverstripe-pageslices-blocks
To add blocks to your page simply create a new Blocks slice and add your blocks into it.