Skip to content
This repository has been archived by the owner on May 22, 2023. It is now read-only.

Commit

Permalink
(#12) Expanded the widget definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Schulte committed Dec 10, 2015
1 parent 398f276 commit d1a9140
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Last Changes

- [#12](https://github.com/LaxarJS/ax-media-widget/issues/12): Expanded the widget definition
- [#11](https://github.com/LaxarJS/ax-media-widget/issues/11): Fixed AMD import of template in spec


Expand Down
6 changes: 6 additions & 0 deletions widget.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
"properties": {
"resource": {
"type": "string",
"format": "topic",
"axRole": "inlet",
"description": "A resource topic under which a document resource can be obtained."
},
"showTitle": {
Expand All @@ -46,6 +48,8 @@
"description": "List of actions, any of which triggers loading media content. If omitted, content is loaded immediately. Using a string is DEPRECATED. An array should be used.",
"items": {
"type": "string",
"format": "topic",
"axRole": "inlet",
"description": "An action that triggers loading media content."
}
}
Expand Down Expand Up @@ -103,6 +107,8 @@
"properties": {
"locale": {
"type": "string",
"format": "topic",
"axRole": "inlet",
"description": "The topic under which to expect the locale for this widget.",
"default": "default"
}
Expand Down

0 comments on commit d1a9140

Please sign in to comment.