Active
Project:
Patterns
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Jul 2010 at 09:49 UTC
Updated:
14 Jul 2010 at 10:24 UTC
When adding blocks one can specify the
. However this only supports the use for input format ids. My patch (attached) allows one to use either the input format id or its full name. The patch will validate the format data to ensure that the format is valid before the form gets built and executed.
Example:
<block>
...
<format>Full HTML</format> <!-- will get translated to the correct formate id by block.inc code -->
...
</block>
| Comment | File | Size | Author |
|---|---|---|---|
| block.inc_.patch | 2.01 KB | hiddentao |
Comments
Comment #1
hiddentao commentedComment #2
hiddentao commentedRelated ticket: http://drupal.org/node/853746