mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
5b0ee9678f
ENHANCEMENT Added Translatable::$allowed_locales to limit the available locales in the CMS for page translations. Added Translatable->canTranslate() and Translatable->canEdit() to determine if a translation is allowed. ENHANCEMENT Added $instance parameter to LanguageDropdownField to call instance-specific canTranslate() on it (optionally) git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/trunk@76839 467b73ca-7a2a-4603-9d3b-597d59a354a9
60 lines
1.3 KiB
YAML
60 lines
1.3 KiB
YAML
Page:
|
|
homepage_en:
|
|
Title: Home
|
|
URLSegment: home
|
|
Locale: en_US
|
|
testpage_en:
|
|
Title: Home
|
|
MenuTitle: A Testpage
|
|
URLSegment: testpage
|
|
Locale: en_US
|
|
othertestpage_en:
|
|
Title: Other Testpage
|
|
MenuTitle: A Testpage
|
|
URLSegment: othertestpage
|
|
Locale: en_US
|
|
parent:
|
|
Title: Parent
|
|
URLSegment: parent
|
|
child1:
|
|
Title: Child 1
|
|
URLSegment: child1
|
|
Parent: =>Page.parent
|
|
child2:
|
|
Title: Child 2
|
|
URLSegment: child2
|
|
Parent: =>Page.parent
|
|
child3:
|
|
Title: Child 3
|
|
URLSegment: child3
|
|
Parent: =>Page.parent
|
|
grandchild1:
|
|
Title: Grandchild
|
|
URLSegment: grandchild1
|
|
Parent: =>Page.child1
|
|
grandchild2:
|
|
Title: Grandchild
|
|
URLSegment: grandchild2
|
|
Parent: =>Page.child1
|
|
TranslatableTest_DataObject:
|
|
testobject_en:
|
|
TranslatableProperty: en_US
|
|
TranslatableDecoratedProperty: en_US
|
|
TranslatableTest_Page:
|
|
testpage_en:
|
|
Title: En
|
|
TranslatableProperty: en_US
|
|
URLSegment: testpage-en
|
|
Group:
|
|
cmseditorgroup:
|
|
Code: cmseditorgroup
|
|
Member:
|
|
cmseditor:
|
|
FirstName: Editor
|
|
Groups: =>Group.cmseditorgroup
|
|
websiteuser:
|
|
FirstName: Website User
|
|
Permission:
|
|
cmsmaincode:
|
|
Code: CMS_ACCESS_CMSMain
|
|
Group: =>Group.cmseditorgroup |