mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
3ee8f505b7
The main benefit of this is so that authors who make use of .editorconfig don't end up with whitespace changes in their PRs. Spaces vs. tabs has been left alone, although that could do with a tidy-up in SS4 after the switch to PSR-1/2. The command used was this: for match in '*.ss' '*.css' '*.scss' '*.html' '*.yml' '*.php' '*.js' '*.csv' '*.inc' '*.php5'; do find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" -exec sed -E -i '' 's/[[:space:]]+$//' {} \+ find . -path ./thirdparty -not -prune -o -path ./admin/thirdparty -not -prune -o -type f -name "$match" | xargs perl -pi -e 's/ +$//' done
130 lines
2.4 KiB
YAML
130 lines
2.4 KiB
YAML
LeftAndMainTest_Object:
|
|
page1:
|
|
Title: Page 1
|
|
Sort: 1
|
|
page2:
|
|
Title: Page 2
|
|
Sort: 2
|
|
page3:
|
|
Title: Page 3
|
|
Sort: 3
|
|
page31:
|
|
Title: Page 3.1
|
|
Parent: =>LeftAndMainTest_Object.page3
|
|
Sort: 1
|
|
page32:
|
|
Title: Page 3.2
|
|
Parent: =>LeftAndMainTest_Object.page3
|
|
Sort: 2
|
|
page4:
|
|
Title: Page 4
|
|
Sort: 4
|
|
page5:
|
|
Title: Page 5
|
|
Sort: 5
|
|
page6:
|
|
Title: Page 6
|
|
Sort: 6
|
|
page7:
|
|
Title: Page 7
|
|
Sort: 7
|
|
page8:
|
|
Title: Page 8
|
|
Sort: 8
|
|
page9:
|
|
Title: Page 9
|
|
Sort: 9
|
|
page10:
|
|
Title: Page 10
|
|
Sort: 10
|
|
page11:
|
|
Title: Page 11
|
|
Sort: 11
|
|
page12:
|
|
Title: Page 12
|
|
Sort: 12
|
|
page13:
|
|
Title: Page 13
|
|
Sort: 13
|
|
page14:
|
|
Title: Page 14
|
|
Sort: 14
|
|
page15:
|
|
Title: Page 15
|
|
Sort: 15
|
|
page16:
|
|
Title: Page 16
|
|
Sort: 16
|
|
page17:
|
|
Title: Page 17
|
|
Sort: 17
|
|
page18:
|
|
Title: Page 18
|
|
Sort: 18
|
|
page19:
|
|
Title: Page 19
|
|
Sort: 19
|
|
page20:
|
|
Title: Page 20
|
|
Sort: 20
|
|
page21:
|
|
Title: Page 21
|
|
Sort: 21
|
|
page22:
|
|
Title: Page 22
|
|
Sort: 22
|
|
page23:
|
|
Title: Page 23
|
|
Sort: 23
|
|
page24:
|
|
Title: Page 24
|
|
Sort: 24
|
|
page25:
|
|
Title: Page 25
|
|
Sort: 25
|
|
page26:
|
|
Title: Page 26
|
|
Sort: 26
|
|
home:
|
|
Title: Home
|
|
URLSegment: home
|
|
Sort: 0
|
|
Group:
|
|
admin:
|
|
Title: Administrators
|
|
empty:
|
|
Title: Empty Group
|
|
securityonly:
|
|
Title: securityonly
|
|
allcmssections:
|
|
Title: allcmssections
|
|
rooteditusers:
|
|
Title: rooteditusers
|
|
Member:
|
|
admin:
|
|
Email: admin@example.com
|
|
Password: ZXXlkwecxz2390232233
|
|
Groups: =>Group.admin
|
|
securityonlyuser:
|
|
Email: securityonlyuser@test.com
|
|
Groups: =>Group.securityonly
|
|
allcmssectionsuser:
|
|
Email: allcmssectionsuser@test.com
|
|
Groups: =>Group.allcmssections
|
|
rootedituser:
|
|
Email: rootedituser@test.com
|
|
Groups: =>Group.rooteditusers
|
|
Permission:
|
|
admin:
|
|
Code: ADMIN
|
|
GroupID: =>Group.admin
|
|
securityonly:
|
|
Code: CMS_ACCESS_SecurityAdmin
|
|
GroupID: =>Group.securityonly
|
|
allcmssections:
|
|
Code: CMS_ACCESS_LeftAndMain
|
|
GroupID: =>Group.allcmssections
|
|
allcmssections2:
|
|
Code: CMS_ACCESS_LeftAndMain
|
|
GroupID: =>Group.rooteditusers
|