Static text field module for Drupal 7

The attached static module enables the use of "static" text fields in node types and other entities. Static fields are not exposed in the edit form and are only relevant during display. They serve as a convenient workaround to using theme template files to inject text into node and other views.

Static provides a textarea with an associated text format for each field. If necessary, token support can be added by way of other contributed modules.

This is more of a proof-of-concept than anything else and should be treated as such.

Category