mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
12 lines
292 B
YAML
12 lines
292 B
YAML
|
FormScaffolderTest_Tag:
|
||
|
tag1:
|
||
|
Title: Tag 1
|
||
|
FormScaffolderTest_Article:
|
||
|
article1:
|
||
|
Title: Article 1
|
||
|
Content: Test
|
||
|
Tags: =>FormScaffolderTest_Tag.tag1
|
||
|
FormScaffolderTest_Author:
|
||
|
author1:
|
||
|
FirstName: Author 1
|
||
|
Tags: =>FormScaffolderTest_Article.article1
|