constant PROTECTED_NODE_FIELDSET_SMART in Protected Node 6
Same name and namespace in other branches
- 7 protected_node.settings.inc \PROTECTED_NODE_FIELDSET_SMART
- 1.0.x protected_node.settings.inc \PROTECTED_NODE_FIELDSET_SMART
When editing a node that can be protected and the protected fieldset is added, open it if the node is already protected. Leave closed otherwise.
2 uses of PROTECTED_NODE_FIELDSET_SMART
- protected_node_node_form_alter in ./
protected_node.settings.inc - Actual implementation of the protected_node_form_alter() function.
- protected_node_node_type_form_alter in ./
protected_node.settings.inc - @brief Implementation of the hook_form_alter() for node types.
File
- ./
protected_node.settings.inc, line 11 - Configuration file for the protected_node module.
Code
define('PROTECTED_NODE_FIELDSET_SMART', 0);