Markup (updated)
Categories
Component ID
1694890
Component name
Markup (updated)
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
This sandbox project serves as as an example of the updates that will be made to the Markup module should I become a maintainer of the module.
Markup is a simple module that gives administrators the ability to add display text to any fieldable entity. This is accomplished by adding a (CCK) field type to your Drupal site. Markup's primary purpose is to allow administrators to provide additional information on content creation forms.
Specifically, Markup has the following functionality:
- Renders text in a '#markup' form element
- Show markup when editing and/or viewing an entity
- Allows for use of input formats and WYSIWYG editors
Required Modules
- Content Construction Kit (CCK) (Drupal 6 only)
Steps to implement:
- Install and Enable the Markup module
- Create a field with type 'Markup'
- Place your markup in the field's widget settings
Related Issues
#1674170: Offering to maintain Markup
#1387420: Output raw markup doesn't work.
#1600436: Use Input Formats within Markup
#1404442: Fix up markup.info
