Loading...
Started by matiasvad • Apr 15, 2025 2:34 PM
Total Replies
6
Participants
3
Activity
Quiet
Duration
2:34 PM
Thread starter
if tag and if blog_author of course, but from the Elevate starting point, I would want to pass the data generated by these in to my React module, in this case a "Hero" module. {% set blogHeading = "" %}
{% set blogDescription = group.description %}
{% if tag %}
{% set blogHeading = "Posts about " + {{ page_meta.html_title|split(" | ")|last }} %}
{% elif blog_author %}
{% set blogHeading = blog_author.display_name %}
{% else %}
{% set blogHeading = group.public_title %}
{% endif %}
[...]
{% dnd_module "hero"
path="../components/modules/Hero",
groupContent={
"headingAndTextHeading": blogHeading
} %}
[...]6 messages in thread