Merge branch 'dev' of http://git.verdnatura.es/salix into dev
This commit is contained in:
commit
f2283632f8
|
@ -2,6 +2,7 @@
|
||||||
"module": "item",
|
"module": "item",
|
||||||
"name": "Items",
|
"name": "Items",
|
||||||
"icon": "/static/images/icon_item.png",
|
"icon": "/static/images/icon_item.png",
|
||||||
|
"validations" : true,
|
||||||
"routes": [
|
"routes": [
|
||||||
{
|
{
|
||||||
"url": "/item",
|
"url": "/item",
|
||||||
|
|
|
@ -14,7 +14,8 @@
|
||||||
"description": "Identifier"
|
"description": "Identifier"
|
||||||
},
|
},
|
||||||
"name": {
|
"name": {
|
||||||
"type": "String"
|
"type": "String",
|
||||||
|
"required": true
|
||||||
},
|
},
|
||||||
"size": {
|
"size": {
|
||||||
"type": "Number"
|
"type": "Number"
|
||||||
|
|
Loading…
Reference in New Issue