-
The CMS search should be expanded to return a variety of items
This is important if content blocks are treated as “first class” content holders. If your website mainly uses content blocks for display…
-
Could be helpful for items like sidebars when you want common elements working together. It is implemented on the ContentBlocks module, but I'm not sure what architecture it would need to be in elemen…
-
I'm wondering if this module could be simplified if we use `Element` as the base class, and remove the reliance on [silverstripe-widgets](https://github.com/silverstripe/silverstripe-widgets). I see `…
-
## Overview
At the moment, `Versioned->onAfterUnpublish()` will trigger a cascading unpublish on direct and indirect owners. That's consistent behaviour from a technical perspective, since the owne…
-
Jesus, the latest code in master branch breaks in a very bad way, in ElementVirtualLinked.php, the caller of function isInvalidPublishState is ElementVirtualLinked object, but the function exists only…
-
The following are known problems when using 3.5..
- ~~The https://github.com/silverstripe-australia/silverstripe-multisites/ module needs style tweaks to the add new page/site buttons.~~
- ~~The h…
-
Has anyone tried Elemental with Translatable and Subsites? Are they compatible?
-
The 2.0.1 release has placed the "Versioning..." button in between the buttons "Save" and "Publish". Is this an intentional change? It makes it less consistent with the versioning buttons on SiteTree …
-
Waiting on this PR before I can action:
https://github.com/unclecheese/silverstripe-gridfield-betterbuttons/pull/135
Basically, BetterButtons automatically adds 'Save & Publish' buttons for DataObjec…
-
Hi,
Following your readme:
``` bash
$ composer require "dnadesign/silverstripe-elemental" "dev-master"
```
Package not found:
```
./composer.json has been updated
Loading composer repositories wit…