A handy set of page types and modules for building a new website.
The generic page type comes with the following deactivatable options for inputs:
and the following modules:
Simply extend your custom page types of this GenericPage:
class MyNewPage extends GenericPage
{
/**
* here goes your actual code...
*/
}
and then your can configure
MyNewPage:
useBlocksModule: true
hideCMSOptions:
- AlternativeTitle
intro:
minLength: 100
maxLength: 1000
image:
width: 200
height: 300
Just run:
# install the package
composer require friendsofsilverstripe/handypages
# add run dev/build
php ./framework/cli-script.php dev/build
Module rating system helping users find modules that are well supported. For more on how the rating system works visit Module standards
Score not correct? Let us know there is a problem