mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
be239896d3
API Remove filesystem sync API to handle file manipulations
12 lines
277 B
YAML
12 lines
277 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 |