Last active
May 15, 2019 17:08
-
-
Save mediawrangler/68a3deb650acd5c8f0910fa8f841b54f to your computer and use it in GitHub Desktop.
Pattern Collections
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
myactivity: | |
metadata: | |
title: 'Some Great Section' | |
description: '_____' | |
tags: | |
- 'something' | |
collection: | |
- 'pages.mypage' | |
- 'pages.mypage' | |
- 'pages.mypage' | |
- 'pages.mypage' | |
- 'pages.mypage' | |
- 'pages.mypage' |
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
mycourse: | |
metadata: | |
title: 'My Course' | |
description: '_____' | |
tags: | |
- 'something' | |
wizard: | |
jsonschema: null | |
uischema: null | |
collection: | |
- 'modules.mymodule' | |
- 'modules.mymodule' |
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
mymodule: | |
metadata: | |
title: 'My Module' | |
description: '_____' | |
tags: | |
- 'something' | |
wizard: | |
jsonschema: null | |
uischema: null | |
locales: | |
moduleTitle: "Title of My Module" | |
field2: "This is field two" | |
collection: | |
- 'activities.myactivity' | |
- 'activities.myactivity' |
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
mypage: | |
metadata: | |
title: 'Section overview' | |
description: '_____' | |
tags: | |
- 'overview' | |
collection: | |
- 'content.patternsample' | |
- 'blocks.link.default' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment