The Override toggle
When you are viewing a real Item in the editor, the top bar shows an Override toggle:- Override: ON (orange, unlocked) — saving stores your changes for that Item only. The rest of the Collection is untouched. The top bar also shows an “Item Override Mode” badge.
- Override: OFF (locked) — saving updates the base template, changing the page for every Item in the Collection.
Saving to the base template while an Item has overrides
This case gets its own warning dialog, because it does more than you might expect. If you save with Override OFF while the Item you are looking at has overridden sections, those overridden sections are pushed into the base template and the Item’s override record is deleted. The confirm button is labeled “Apply to All Items”, which is exactly what happens. The dialog lists which sections are about to be applied, so read the list before confirming. It also offers “Don’t show this warning again for this tub” — that preference is remembered per Collection in your own browser, so dismissing it does not affect your colleagues, and does not carry to your other devices.Undoing an override
Two levels, both from the editor while viewing that Item:- One section — select an overridden section (they carry an orange outline) and press the revert button in the Properties panel header. That section goes back to the base template version; everything else the Item overrides stays.
- Everything — press Revert All in the top bar. It appears only when the Item actually has overrides, and it deletes the whole override record, putting the Item back on the base template.
What an override actually stores
An override is stored as a difference, not a copy of the whole page. It records only which sections were added or changed, which base sections were removed, and the section order if you reordered things. Theme and layout are recorded only if you changed them. That has a consequence worth planning around:- Sections the Item has not overridden keep following the base template. Fix a typo in the base template’s Text block and the fix reaches every Item, including Items with overrides elsewhere.
- Sections the Item has overridden stop following it. That section is now frozen at what you saved; later base-template edits to it will not reach this Item.
- Theme and layout are stored whole. If an Item overrides the theme at all, it stops following the Collection’s theme entirely — not just the one value you changed.