diff --git a/package.json b/package.json index f8cbff0..c6ba3f4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "siteforge", "private": true, - "version": "1.1.27", + "version": "1.1.28", "type": "module", "scripts": { "dev": "vite", diff --git a/src/AdminPage.tsx b/src/AdminPage.tsx index bf5bdd9..c3cb049 100644 --- a/src/AdminPage.tsx +++ b/src/AdminPage.tsx @@ -850,6 +850,7 @@ const BRAND_KIT_VERIFICATION = [ ] as const const FIELDS: Array<{ key: StringField; label: string; multiline?: boolean; section: MainContentSection }> = [ + { key: 'podcastArtUrl', label: 'Hero — Podcast Art Image URL', section: 'hero' }, { key: 'eyebrow', label: 'Hero Eyebrow Text', section: 'hero' }, { key: 'heroTagline', label: 'Hero Tagline', section: 'hero' }, { key: 'heroBtnSpotify', label: 'Hero — Spotify Button Label', section: 'hero' }, @@ -3187,6 +3188,8 @@ export default function AdminPage({ content, onSave, onLogout }: Props) { {multiline ?