Something went wrong on our end
-
Johannes Hörmann authoredJohannes Hörmann authored
stateProcess.js 433 B
import("DocumentTemplate_lib");
import("KeywordRegistry_basic");
import("system.result");
import("system.vars");
import("system.neon");
if (vars.get("$field.KIND") == $KeywordRegistry.documentTemplateType$textModular() && vars.get("$field.CLASSIFICATION") != $KeywordRegistry.documentTemplateTypeCategory$htmlTemplate())
{
result.string(neon.COMPONENTSTATE_EDITABLE);
}
else
{
result.string(neon.COMPONENTSTATE_INVISIBLE);
}