Markup

Component ID

525164

Component name

Markup

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

80612

Component created

Component changed

Component body

This module adds the ability for site admins to add "Markup" widgets to the form. These essentially let designers of cck content-types insert additional markup into the node/edit form to display to content-authors. This is the equivalent of adding additional elements to $form of the type '#markup'.

The module does not add anything to the $node object for the content being created, and utilizes form_alter to remove unnecessary fields from the '_content_admin_field' form when this widget is being created.

Related Modules

Form Markup - This module allows you to add surrounding HTML values to any existing CCK field widget by determining prefix and suffix values.