-
## Description
The world needs a Silverstripe-official way to manage the data of related objects and the preference is a lightweight way of editing the fields of a related record within the CMS. Some…
-
This repository readme implies that:
> This module adds [subsite](https://github.com/silverstripe/silverstripe-subsites) support for
[elemental](https://github.com/dnadesign/silverstripe-elemental)…
-
Hi all,
I've been unsuccessful in getting the most basic example of version history working.
I followed the guide here https://docs.silverstripe.org/en/4/developer_guides/model/versioning/#versio…
-
Can `DNADesign\Elemental\Forms\TextCheckboxGroupField` be split out into its own module?
I can see this being useful in some other modules that would not need elemental.
-
**Using Silverstripe 5.1.0-beta1 / Elemental tag 5.0.3**
I'm trying to add a NumericField to an Element, using the following code:
```php
private static $db = [
'Width' => 'Int',
];
$fields->ad…
-
* Set up a new site
* Set up a page with some child pages
* They are all published
* Add some locales
* In the default locale, "Copy & Publish" the parent page
In this case, the parent page is …
-
Currently there is test coverage for `SiteTree` and `BaseElement` objects in preview panels in the cms and elemental modules respectively, but there's no test coverage for previews in general.
The …
-
### Affected versions
3.x-dev
### Steps to reproduce:
- Enable the page extension
- Add a block to a new blocks page
- Publish the page
- Update the content of the block and save (not publis…
-
Fluent doesn't handle saving translations (at least on SiteTree and descendants) correctly on site with multiple locales.
I tested this on Fluent 4.4.5, with Silverstripe 4.5.1.
### Test case:
…
t3hn0 updated
4 years ago
-
`BaseElement->getType()` returns `_t(__CLASS__ . '.BlockType', 'Block')`. That type is used in the UI, e.g. type dropdowns. For one, it's a fairly unusual name for a UI label ("type" typically refers …