shel-neos-schema 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -22,6 +22,9 @@
22
22
  "properties": {
23
23
  "message": {
24
24
  "type": "string"
25
+ },
26
+ "thumbnail": {
27
+ "type": "string"
25
28
  }
26
29
  }
27
30
  },
@@ -14,6 +14,9 @@ My.Vendor:Content.Text:
14
14
  options:
15
15
  someCustomOption: true
16
16
  ui:
17
+ help:
18
+ message: 'Explanation about this text property'
19
+ thumbnail: 'resource://My.Site/Private/Images/helpThumbnail.png'
17
20
  inlineEditable: true
18
21
  inspector:
19
22
  editor: Neos.Neos/Inspector/Editors/TextFieldEditor
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "shel-neos-schema",
3
3
  "description": "A tool to validate Neos YAML schema files like nodetypes and other configuration",
4
- "version": "1.1.1",
4
+ "version": "1.1.2",
5
5
  "main": "bin/validate.js",
6
6
  "author": "Sebastian Helzle <sebastian@helzle.it>",
7
7
  "license": "MIT",