Home
last modified time | relevance | path

Searched +full:disabledeleteserial +(+path:plugin +path:struct) -(+path:plugin +path:struct +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/struct/action/
H A Dconfig.php62 $JSINFO['plugins']['struct']['disableDeleteSerial'] = $this->getConf('disableDeleteSerial');
/plugin/struct/script/
H A DAggregationEditor.js18 const disableDeleteSerial = JSINFO.plugins.struct.disableDeleteSerial;
42 if (rid && pid && disableDeleteSerial) {
/plugin/struct/conf/
H A Ddefault.php5 $conf['disableDeleteSerial'] = 0;
H A Dmetadata.php5 $meta['disableDeleteSerial'] = ['onoff'];