Skip to content

Commit

Permalink
Deprecated Media optional property in XOT template. This looks like i…
Browse files Browse the repository at this point in the history
…t has been broken for some time and isn't widely used (if at all)
  • Loading branch information
FayCross committed Feb 3, 2022
1 parent 619fa68 commit ff6e8e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -64,7 +64,7 @@
<menuImageProperties optional="true" type="ComboBox" label="Page Image Style" options="Panel,Background" data="Use Panel,Full Screen" width="100" defaultValue="Use Panel"/>
</toc>

<mediaFile type="group" label="Media" optional="true">
<mediaFile type="group" label="Media" optional="true" deprecated="This property is deprecated and no longer supported">
<media optional="true" type="media" label="File" defaultValue="Select an Audio or Video File"/>
<mediaImage optional="true" type="media" label="Image (Audio only)" defaultValue="Select an Image"/>
<mediaImageTip optional="true" label="Image Description" type="TextInput" defaultValue="Enter a Description for Accessibility"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/basic.xwd
Expand Up @@ -63,7 +63,7 @@
<menuImageProperties optional="true" type="ComboBox" label="Page Image Style" options="Panel,Background" data="Use Panel,Full Screen" width="100" defaultValue="Use Panel"/>
</toc>

<mediaFile type="group" label="Media" optional="true">
<mediaFile type="group" label="Media" optional="true" deprecated="This property is deprecated and no longer supported">
<media optional="true" type="media" label="File" defaultValue="Select an Audio or Video File"/>
<mediaImage optional="true" type="media" label="Image (Audio only)" defaultValue="Select an Image"/>
<mediaImageTip optional="true" label="Image Description" type="TextInput" defaultValue="Enter a Description for Accessibility"/>
Expand Down
2 changes: 1 addition & 1 deletion src/Nottingham/wizards/en-GB/template.xwd
Expand Up @@ -64,7 +64,7 @@
<menuImageProperties optional="true" type="ComboBox" label="Page Image Style" options="Panel,Background" data="Use Panel,Full Screen" width="100" defaultValue="Use Panel"/>
</toc>

<mediaFile type="group" label="Media" optional="true">
<mediaFile type="group" label="Media" optional="true" deprecated="This property is deprecated and no longer supported">
<media optional="true" type="media" label="File" defaultValue="Select an Audio or Video File"/>
<mediaImage optional="true" type="media" label="Image (Audio only)" defaultValue="Select an Image"/>
<mediaImageTip optional="true" label="Image Description" type="TextInput" defaultValue="Enter a Description for Accessibility"/>
Expand Down

0 comments on commit ff6e8e5

Please sign in to comment.