Last active
December 23, 2015 13:19
-
-
Save Greg-Boggs/6640902 to your computer and use it in GitHub Desktop.
Drupal Panels + Display Suite + Clean Markup output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="field field-name-title"> | |
<h2>Basic Panel</h2> | |
</div> | |
<div class="field field-name-field-image"> | |
<div class="label-above">Image: </div> | |
<a href="/sites/default/files/51b595a0d976ddarkblueLikeGate.jpg" title="Basic Panel" class="colorbox" | |
rel="gallery-node-20"><img typeof="foaf:Image" | |
src="/sites/default/files/51b595a0d976ddarkblueLikeGate.jpg" | |
width="810" height="600" alt="" title="" /></a> | |
</div> | |
<div class="field field-name-body"> | |
<div class="label-above">Body: </div> | |
<p>This is my content</p> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment