page-blocks icon indicating copy to clipboard operation
page-blocks copied to clipboard

Page Blocks Module for SilverStripe

Results 6 page-blocks issues
Sort by recently updated
recently updated
newest added

Hello, i cant add new blocks. I get this error; ``` [User Error] Uncaught Exception: Object->__call(): the method 'isnew' does not exist on 'TextBlock' GET /admin/pages/edit/EditForm/field/Blocks/add-multi-class/TextBlock Line 761 in /var/www/vhosts/erlanda/erlanda/wwwroot/framework/core/Object.php...

This function won't work in case CMS was modified or in case extension extends an object: $fields->addFieldsToTab('Root.Main', array( $gridField ), 'Metadata');

Use `beforeUpdateCMSFields` in Block subclasses instead.

Hi I looked yours TODO https://github.com/bummzack/page-blocks/blob/master/TODO.md. I vote with both hands for support fluent translations and get rid of the has_many relation to make blocks reusable It would be great...

Hi there, Is there a way to marry Blocks to a corresponding block controller? This would allow blocks to contain some additional controller-based logic - instead of referencing the page...

Hi, when trying to add Blocks using populate (https://github.com/dnadesign/silverstripe-populate) it crashes: > - Creating faq (ContentSectionBlock) > ERROR [User Error]: Uncaught SS_DatabaseException: Couldn't run query: > > SELECT MAX("SortOrder") >...