-
Notifications
You must be signed in to change notification settings - Fork 115
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from creative-commoners/pulls/2.1/duplication…
…-logic API Bump CMS version, implement recursive duplication
- Loading branch information
Showing
8 changed files
with
70 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
DNADesign\Elemental\Models\ElementalArea: | ||
area51: | ||
Title: Area 51 | ||
|
||
DNADesign\Elemental\Models\ElementContent: | ||
content1: | ||
Title: Test Content | ||
ParentID: =>DNADesign\Elemental\Models\ElementalArea.area51 | ||
content2: | ||
Title: More content | ||
ParentID: =>DNADesign\Elemental\Models\ElementalArea.area51 | ||
|
||
DNADesign\Elemental\Tests\Src\TestPage: | ||
elementaldemo: | ||
Title: Test Elemental | ||
ElementalAreaID: =>DNADesign\Elemental\Models\ElementalArea.area51 | ||
page_with_elements: | ||
Title: Page with elements | ||
ElementalAreaID: =>DNADesign\Elemental\Models\ElementalArea.area51 | ||
|
||
SilverStripe\CMS\Model\RedirectorPage: | ||
elementredirectpage: | ||
Title: Redirector Page | ||
|
||
DNADesign\Elemental\Models\ElementContent: | ||
content1: | ||
Title: Test Content |