fields
This commit is contained in:
parent
e049eb960d
commit
c41459abe4
@ -73,7 +73,7 @@ module.exports = {
|
|||||||
fields: [
|
fields: [
|
||||||
{
|
{
|
||||||
key: 'url',
|
key: 'url',
|
||||||
label: 'Url of service without ending-slash',
|
label: 'Url of service without trailing-slash',
|
||||||
required: true,
|
required: true,
|
||||||
type: 'string'
|
type: 'string'
|
||||||
},
|
},
|
||||||
|
|||||||
@ -126,7 +126,7 @@ class Hook extends CommonObject
|
|||||||
),
|
),
|
||||||
'module' => array(
|
'module' => array(
|
||||||
'type' => 'varchar(128)',
|
'type' => 'varchar(128)',
|
||||||
'label' => 'Url',
|
'label' => 'Module',
|
||||||
'enabled' => 1,
|
'enabled' => 1,
|
||||||
'visible' => 1,
|
'visible' => 1,
|
||||||
'position' => 30,
|
'position' => 30,
|
||||||
@ -137,7 +137,7 @@ class Hook extends CommonObject
|
|||||||
),
|
),
|
||||||
'action' => array(
|
'action' => array(
|
||||||
'type' => 'varchar(128)',
|
'type' => 'varchar(128)',
|
||||||
'label' => 'Url',
|
'label' => 'Action',
|
||||||
'enabled' => 1,
|
'enabled' => 1,
|
||||||
'visible' => 1,
|
'visible' => 1,
|
||||||
'position' => 30,
|
'position' => 30,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user