Skip to content

Commit 02bcc4d

Browse files
committed
DOC Document new move block functionality
1 parent 77baf31 commit 02bcc4d

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

en/08_Changelogs/6.2.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ title: 6.2.0 (unreleased)
88

99
- [Features and enhancements](#features-and-enhancements)
1010
- [Accessibility improvements](#accessibility-improvements)
11+
- [Unsaved changes indicator](#unsaved-changes-indicator)
12+
- [Move elemental blocks](#move-elemental-blocks)
1113
- [Pass arbitrary attributes with requirements API](#requirements-attributes)
1214
- [Filter archived records](#filter-archived-records)
1315
- [Filter campaigns](#filter-campaigns)
@@ -94,6 +96,16 @@ The indicator appears as a "notice" after a configurable initial period (default
9496

9597
See [Unsaved changes indicator](/developer_guides/customising_the_admin_interface/unsaved-changes-indicator/) instructions on how to configure the indicator.
9698

99+
### Move elemental blocks
100+
101+
In the [dnadesign/silverstripe-elemental](/optional_features/elemental/) module, functionality has been added to move elemental blocks from one parent to another, including from one elemental area to another on the same parent record.
102+
103+
![move block button](./_images/move-block-button.png)
104+
105+
The move form provides a lot of flexibility for various configurations, and fields will be hidden if there's only one option to select from. For example, if there's only one elemental area relation on your selected parent record, no dropdown to select an elemental area will be displayed - but if there's multiple, a dropdown will be there for you.
106+
107+
![move block form modal](./_images/move-block-modal.png)
108+
97109
### Pass arbitrary attributes with requirements API {#requirements-attributes}
98110

99111
When using [`Requirements_Backend`](api:SilverStripe\View\Requirements_Backend) as your requirements API backend (which is the default), you can now pass arbitrary attributes for JavaScript and CSS (`<script>` and `<link>` tags) using the `$options` argument in various methods.
18.1 KB
Loading
20.8 KB
Loading

0 commit comments

Comments
 (0)