Site builder: security & data-loss hardening + unified asset picker + audit backlog #3

Merged
jknapp merged 61 commits from builder-hardening-2026-07 into main 2026-07-13 01:13:28 +00:00
Showing only changes of commit a0cdbd1d82 - Show all commits
@@ -7,7 +7,6 @@ interface FeatureItem {
title: string; title: string;
description: string; description: string;
icon: string; icon: string;
mediaType?: 'icon' | 'image'; // default behaves as 'icon' when undefined
image?: string; image?: string;
imageAlt?: string; imageAlt?: string;
buttonText?: string; buttonText?: string;