Closed (duplicate)
Project:
Display Suite
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2012 at 13:07 UTC
Updated:
8 Apr 2012 at 09:16 UTC
$title_attributes(node) -> $content_attributes(field). Example rdf attributes(now not exist in field title)
$node.tpl.php
<?php if ($title): ?>
<h1<?php print $title_attributes; ?>>
<a href="<?php print $node_url; ?>" rel="bookmark"><?php print $title; ?></a>
</h1>
<?php endif; ?>
field.tpl.php
<div class="field-items"<?php print $content_attributes; ?>>
Or add attribute in wrapper title
Comments
Comment #1
swentel commentedrelated to #1388008: Allow custom attributes on DS field wrappers + affixes
Comment #1.0
swentel commentedOr in wrapper