Published
February 19, 2025
Updated
Components are more than static content.
There are two layers of data binding-
- The elements to the component properties
- The component properties to
This allows for some interesting constructions;
- A component within a collection list, which is bound to collection list fields.
- A component on a collection page, which is based to collection item fields for that page.
- A component within another component, where the child
Limitations
One hop rule. Just like CMS data binding, your binding accessibility is limited to a one-hop rule.
You can bind the content of elements to Component Properties, and then b
Binding Element to Component Properties
Binding Component Properties to CMS Fields
This approach can be used when the component is within a collection list or collection page.
FAQs
Answers to frequently asked questions.