Skip to content

Instantly share code, notes, and snippets.

@mediawrangler
Last active May 15, 2019 17:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mediawrangler/68a3deb650acd5c8f0910fa8f841b54f to your computer and use it in GitHub Desktop.
Save mediawrangler/68a3deb650acd5c8f0910fa8f841b54f to your computer and use it in GitHub Desktop.
Pattern Collections
myactivity:
metadata:
title: 'Some Great Section'
description: '_____'
tags:
- 'something'
collection:
- 'pages.mypage'
- 'pages.mypage'
- 'pages.mypage'
- 'pages.mypage'
- 'pages.mypage'
- 'pages.mypage'
mycourse:
metadata:
title: 'My Course'
description: '_____'
tags:
- 'something'
wizard:
jsonschema: null
uischema: null
collection:
- 'modules.mymodule'
- 'modules.mymodule'
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'
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