Skip to content

Releases: Cyber-Duck/Silverstripe-Block-Page

i18n support for block titles & CMS thumbnail preview feature

13 Jan 12:44
Compare
Choose a tag to compare

Content block titles are now determined by i18_singular_name, and $title property has been removed (requires migrating these values across).

Added thumbnail preview feature to make it easier to identify from the content block grid field.

Use _resources instead of resources for asset directory

08 Jun 18:43
Compare
Choose a tag to compare
4.6.0

Use _resources instead of resources to be compatible with SS 4.5.*

Use _resources instead of resources for asset directory

08 Jun 18:41
Compare
Choose a tag to compare
4.6

Use _resources instead of resources to be compatible with SS 4.5.*

For BlockType filter, used the ClassName instead of BlockType column

10 Dec 12:02
Compare
Choose a tag to compare
4.5.1

In the filter dropdown by block type, changed the column name to Clas…

Block type filter for SilverStripe 4.4.4

02 Dec 16:09
Compare
Choose a tag to compare
4.5.0

Block type filter to be compatible with SilverStripe 4.4.4

SS 4.4.4 update

28 Oct 13:37
Compare
Choose a tag to compare
4.4.0

implements PermissionProvider got removed

4.3.0

14 Feb 14:06
Compare
Choose a tag to compare

Added

  • many_many_sorting config
  • SortableManyManyList and ManyManyListSorter class
  • searchable_fields to content block
  • Title field to ContentBlock

Updated

  • README examples

4.2.0

07 Feb 12:26
Compare
Choose a tag to compare

ADDED

  • Ability to select anchors in blocks
  • Ability to embed forms in blocks

FIXED

  • css requirements path

UPDATED

  • Grid field block type column

REMOVED

  • GridFieldVersionedDeleteAction
  • GridFieldVersionedOrderableRows

4.1.1

12 Mar 14:05
Compare
Choose a tag to compare

Fix issue with many many sorting field not being updated across versioned relations on gridfield sort

4.1.0

16 Feb 09:08
Compare
Choose a tag to compare

many_many Content Block support