The builderComponents
Component properties
The parts of a component you expose so each instance can set its own value.
A property is a part of a component you choose to make editable per instance. You add properties to the master, and each use of the component fills them in, while the structure and styling stay shared.
Properties come in types, matched to what they control:
- Text and rich text, for headings and copy.
- Image, gallery, and video, for media.
- Link, for where something goes.
- Colour, icon, number, toggle, and options, for smaller settings.
- Class, ID, and CSS, for styling hooks.
- Visibility and conditions, for whether parts show at all.
You pick the type that fits, give it a name, and it appears as a field on every instance of the component.