Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit c40dcaa

Browse files
author
Matthew Hailwood
committed
Updated readme
1 parent 92ad781 commit c40dcaa

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,24 @@ Several of these helpers are disabled by default but can be enabled in the confi
2020
#Extension Overview#
2121

2222
##DataListExtension##
23-
Adds a new *ListColumn* function to a DataList to allow implode() style functionality of the list items e.g. `$list->ListColumn('ID', ' |')`
24-
would result in something like "1 |18 |19 |24".
23+
- Adds a new *ListColumn* function to a DataList to allow implode() style functionality of the list items
24+
e.g. `$list->ListColumn('ID', ' |')` would result in something like "1 |18 |19 |24".
25+
- Automatically applied
2526

2627
##ExtraPageFieldsExtension##
2728
- Moves the metadata fields to a new tab
2829
- Adds a new "Meta Title" field
30+
- Automatically applied
2931

3032
##FooterMenuExtension##
3133
- Adds a new *ShowInFooter* option to the page settings
3234
- Adds a new `FooterPages()` function to the SiteTree to return only pages that have this checked
3335

36+
##ImageExtension##
37+
- Adds a new *Image Alt Text* option to the image settings
38+
- Makes the image settings fields full width
39+
- Automatically applied
40+
3441
#Template Providers Overview#
3542

3643
##HelpersTemplateProvider

0 commit comments

Comments
 (0)