This patch adds the feature to be able to add custom blocks to single entity page, without creating a standard drupal block. The only added data is a block content field in the blocker table, and the gui to enter a formatted text into this block. Can be used to add customised content to a single page, without using Panels.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | edit_issue_add_custom-2335313-1.patch | 6.26 KB | kyletaylored |
Comments
Comment #1
kyletaylored commentedI re-rolled the patch against the latest branch. When I ran updatedb, I did get an error as well.
All in all, I'm not sure we should do this as we probably don't want to get in the business of storing block content, and adding a block through the Block admin isn't that much more effort. Let's see what the other maintainers have to say about that.
Comment #2
kyletaylored commentedFixing broken patch (removed prior fix)
Comment #3
randallknutson commentedI like this idea a lot. It would be great to have a way of simply putting in some custom text. As a separate ticket it might also be good to look into ways of creating blocks/boxes as part of the blocker process.