Revision as of 14:05, 29 August 2025 by Zweetband(talk | contribs)(removed '1 from the first paragraph, rewrote the first paragraph to say the component holds a single list of references instead of lists, added a suggestion to use ReferenceMultiplexer if the user needs to index through the list.)
The Reference List`1 component acts as a way to store a list of references as a stand alone component. like a ReferenceField, but for a list of items of the same type.
This component does not provide a way to index through its items. If you need this functionality, consider using a ReferenceMultiplexer Instead.