Closed laryn closed 4 years ago
MartinL have you ever done this successfully in the Drupal 7 version? I am just doing some testing and I am not having success there. I am trying to narrow down if this is a porting-to-Backdrop issue or a module issue that was inherited from D7.
In fact, I can't get any changes in the paragraphs-item.tpl.php
to get picked up at all in Drupal 7. I think this is where we at least got that far in Backdrop. Now we may need to figure out why the render
/hide
functions aren't working as expected in the tpl...
It worked for me in Drupal 7. I haven't tried in Backdrop but that template should be there in the module itself. And you can turn on theme debug to check which templates are suggested.
Cross-posted in the forum:
@MartinL -- are you up for doing some testing? You'll need:
- install and activate the
Entity Plus
module, including the changes from this PR.- the
entityplus
branch of Paragraphs (this has a dependency on Entity Plus) Let me know if that solves it for you. Testing looks good on my end.
From the Backdrop Forum:
<?php print render($content['field_example']); ?>