mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
68f6eaa663
Content blocks and other DataObjects that contain HTMLText fields are also used in the 'Dependent pages' report for each page in the CMS, however these objects may have neither a Title field, nor a name to describe them. Instead of showing an empty field in the Title column for this table, we can instead show "Untitled " with the localised singular name appended.
17 lines
270 B
YAML
17 lines
270 B
YAML
Page:
|
|
page1:
|
|
Title: page1
|
|
URLSegment: page1
|
|
|
|
page2:
|
|
Title: page2
|
|
URLSegment: page2
|
|
|
|
page3:
|
|
Title: page3
|
|
URLSegment: page3
|
|
Content: '<p><a href="[sitetree_link,id=$page1.ID]">Testing page 1 link</a></p>'
|
|
LinkTracking: =>Page.page1
|
|
|
|
|