Add PLUGIN_TASK_EXTENDED_PROPERTIES for plugins.
This commit is contained in:
davidcallizaya
2017-10-13 16:22:56 -04:00
parent 0fc897e90a
commit be147ee39d
6 changed files with 81 additions and 13 deletions

View File

@@ -90,6 +90,7 @@ class PluginAdapter
'_aJavascripts' => ['name' => 'PLUGIN_JS', 'type' => 'array'],
'_aJs' => ['name' => 'PLUGIN_JS', 'type' => 'array'],
'_restServices' => ['name' => 'PLUGIN_REST_SERVICE', 'type' => 'array'],
'_aTaskExtendedProperties' => ['name' => 'PLUGIN_TASK_EXTENDED_PROPERTIES', 'type' => 'array'],
];
/**