README.txt |
README.txt |
|
********************************************************************
D R U P A L M O D U L E
********************************************************************
Name: Workflow Fields Module
Author: Karim Ratib <karim_ratib… |
workflow_fields.api.php |
workflow_fields.api.php |
|
Hooks provided by the workflow_fields module. |
workflow_fields.info |
workflow_fields.info |
|
name = Workflow Fields
description = Adds per-field settings to each workflow state.
package = Workflow
dependencies[] = field
dependencies[] = workflow
core = 7.x |
workflow_fields.install |
workflow_fields.install |
|
Install, update, and uninstall functions for the workflow_fields module. |
workflow_fields.module |
workflow_fields.module |
|
This module adds to workflow.module the ability to specify, for each state,
which node fields should be visible and/or editable. It is a useful feature
when workflows demand that certain information be hidden or read-only to
certain roles. |