Skip to content

Commit

Permalink
Merge pull request #64 from adaptlearning/issue/#63
Browse files Browse the repository at this point in the history
Adds support for _supportedLayout
  • Loading branch information
Himanshu Rajotia committed Jan 22, 2015
2 parents 7280701 + d6b5cb1 commit 02a8537
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 02a8537

Please sign in to comment.