Implement sub_app attribute for customfields widget, in order to be able to store sub-app's specific customfields

This commit is contained in:
Hadi Nategh
2017-06-07 17:54:09 +02:00
parent 9746e1533e
commit 11c03702dd
3 changed files with 9 additions and 3 deletions

View File

@ -48,6 +48,11 @@ var et2_customfields_list = (function(){ "use strict"; return et2_valueWidget.ex
'private': {
ignore: true,
type: 'boolean'
},
'sub_app': {
'name': 'sub app name',
'type': "string",
'description': "Name of sub application"
}
},