mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
62 lines
1.3 KiB
YAML
62 lines
1.3 KiB
YAML
|
Member:
|
||
|
commentadmin:
|
||
|
FirstName: admin
|
||
|
visitor:
|
||
|
FirstName: visitor
|
||
|
|
||
|
Group:
|
||
|
commentadmins:
|
||
|
Title: Admin
|
||
|
Members: =>Member.commentadmin
|
||
|
|
||
|
Permission:
|
||
|
admin:
|
||
|
Code: CMS_ACCESS_CommentAdmin
|
||
|
Group: =>Group.commentadmins
|
||
|
|
||
|
Page:
|
||
|
first:
|
||
|
Title: First page
|
||
|
URLSegment: first-page
|
||
|
ProvideComments: 1
|
||
|
second:
|
||
|
Title: Second page
|
||
|
URLSegment: second-page
|
||
|
ProvideComments: 1
|
||
|
third:
|
||
|
Title: Third page
|
||
|
URLSegment:third-page
|
||
|
ProvideComments: 1
|
||
|
pageNoComments:
|
||
|
Title: No comments
|
||
|
URLSegment: no-comments
|
||
|
ProvideComments: 0
|
||
|
|
||
|
PageComment:
|
||
|
firstComA:
|
||
|
ParentID: =>Page.first
|
||
|
Name: FA
|
||
|
Comment: textFA
|
||
|
secondComA:
|
||
|
ParentID: =>Page.second
|
||
|
Name: SA
|
||
|
Comment: textSA
|
||
|
secondComB:
|
||
|
ParentID: =>Page.second
|
||
|
Name: SB
|
||
|
Comment: textSB
|
||
|
thirdComA:
|
||
|
ParentID: =>Page.third
|
||
|
Name: TA
|
||
|
Comment: textTA
|
||
|
thirdComB:
|
||
|
ParentID: =>Page.third
|
||
|
Name: TB
|
||
|
Comment: textTB
|
||
|
thirdComC:
|
||
|
ParentID: =>Page.third
|
||
|
Name: TC
|
||
|
Comment: textTC
|
||
|
disabledCom:
|
||
|
ParentID: =>Page.pageNoComments
|
||
|
Name: Disabled
|