Data Feed modules
If the module represents a more complex module - maybe a blog post card carousel, a scrolling activity feed, a signup form, a donate form, etc…. We can use the headline and WYSIWYG content to add “module specific” text content - which will appear on the parent page but not anywhere else. Then we will have a tag to specify what module we are tagging in and a tag tying the page containing the datasource to the module. So if we were talking about a Blog / blog post latest news feed module:
- The basic subpage representing the card carousel might have the following tags:
- module_latest_news - defines the module template
- module_latest_news:news - defines where the data should be pulled from
- The “news” blog, where we want the blog posts in the card carousel to come from:
- news - defines this page as datasource for the module above