Closed (fixed)
Project:
Markup
Version:
7.x-1.1-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2011 at 04:23 UTC
Updated:
7 Aug 2012 at 17:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
thbnelson commentedFor a content type, in Manage Display, you can set a markup field to "output raw markup" but it does currently nothing.
Comment #2
Yuri commentedI confirm that the markup does not display anything when a node is in view mode (displayed, not edit or add).
Is this by design? If so, why does the manage display show 'output raw markup"
Would be great to have markup displayed.
Comment #3
bcostlow commentedI encountered this problem as well. I added another display format that adds the markup to the node in view mode; basically how you'd expect "output raw markup" to work. I changed the label of "output raw markup" to "No markup (hidden)" to reflect its behavior and preserve any preexisting configurations.
Comment #4
bcostlow commentedComment #5
j4 commentedHi,
I tried out the patch. I get Array as the output instead of what I have in the markup field. Any idea on how this can be corrected?
Thanks
Jaya
Comment #6
bcostlow commentedHi, sorry I didn't see this sooner.
Are you still looking at this? If so, did you also apply the input format patch: #1600436: Use Input Formats within Markup?
That patch changes the structure of $form['settings']['markup'] to an array, which would cause your output to be an array.
Comment #7
bcostlow commentedUpdated the patch to be compatible with #1600436: Use Input Formats within Markup (but still works as a standalone patch).
Comment #8
bcostlow commentedThis has been added to the 7.x-1.1-beta1 release. Note: that release automatically handles changes made by any patches in this issue and #1600436: Use Input Formats within Markup.