SilverSmith icon indicating copy to clipboard operation
SilverSmith copied to clipboard

The SilverSmith toolset for SilverStripe framework 3.0

Results 16 SilverSmith issues
Sort by recently updated
recently updated
newest added

The problem is that our variable $_arr is not set or initialized as an array() and being undefined in the first place! This was apparently fine in PHP 7.0 and...

I was thinking of this since you already can create custom objects that are not tied to any page using the Components: {} node in the yaml file.. something like:...

I stumbled across a problem with my Gallery implementation: ``` PageTypes: ImageGalleryPage: Fields: {} Components: ImageGalleryAlbum: Type: many Interface: Type: grid Tab: GalleryAlbum ProjektPage: Parent: ImageGalleryPage Fields: {} Components: ImageGalleryAlbum:...

in yml: ExtraContent: {CMSField: HTMLEditorField} Produces: $fields->addFieldToTab("Root.Main", new HTMLEditorField('ExtraContent', _t('EventPage.EXTRACONTENT', 'Extra Content')), 'Content'); But not the: static $db = array ( 'ExtraContent' => 'HTMLText', ); --- Workaround: Using type: Wysiwyg...

I've just realized whilst playing with this tool that it would be a nice addition to populate the images with real - and legal - images. How about a syntax...

Decorating e.g. Page in different modules with Silversmith results in many classes with the same name "PageDecorator". If we prefix this classname with the module name it should work.

Just tested using a fresh install of SilverStripe 3.1.1 with Composer and got a "Allowed memory size" error when I run just about any SilverSmith command. I'm using MAMP Pro...

I was having problems setting up a project in chrooted environment and silversmith CLI tool was complaining me I was running it from somewhere else than project root. I decided...

$belongs_to is the opposite part of a has_one in 1:1 relations