Skip to content

Commit

Permalink
Adds support for _supportedLayout
Browse files Browse the repository at this point in the history
fixes #63
  • Loading branch information
darylhedley committed Jan 21, 2015
1 parent 7280701 commit d6b5cb1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-gmcq",
"version": "1.1.3",
"version": "1.1.5",
"homepage": "https://github.com/adaptlearning/adapt-contrib-gmcq",
"authors": [
"Daryl Hedley <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "adapt-contrib-gmcq",
"version": "1.1.3",
"version": "1.1.5",
"description": "A multiple choice question component, with images",
"main": "",
"scripts": {
Expand Down
7 changes: 7 additions & 0 deletions properties.schema
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@
"id": "http://jsonschema.net",
"$ref": "http://localhost/plugins/content/component/model.schema",
"properties":{
"_supportedLayout": {
"type": "string",
"required": true,
"enum": ["full-width", "half-width", "both"],
"default": "both",
"editorOnly": true
},
"instruction": {
"type": "string",
"required": false,
Expand Down

0 comments on commit d6b5cb1

Please sign in to comment.