form
This commit is contained in:
@@ -69,6 +69,8 @@ export const initialState: FormState = {
|
||||
platformType: 'web-only',
|
||||
// Meta
|
||||
dontKnows: [],
|
||||
visualStaging: 'standard',
|
||||
complexInteractions: 'standard',
|
||||
};
|
||||
|
||||
export const PAGE_SAMPLES = [
|
||||
@@ -107,7 +109,6 @@ export const API_OPTIONS = [
|
||||
{ id: 'social', label: 'Social Media Sync', desc: 'Automatisierte Posts oder Feeds.' },
|
||||
{ id: 'maps', label: 'Google Maps / Places', desc: 'Standortsuche und Kartenintegration.' },
|
||||
{ id: 'analytics', label: 'Custom Analytics', desc: 'Anbindung an spezialisierte Tracking-Tools.' },
|
||||
{ id: 'auth', label: 'Auth-Provider', desc: 'NextAuth, Clerk, Auth0 Integration.' },
|
||||
];
|
||||
|
||||
export const ASSET_OPTIONS = [
|
||||
|
||||
Reference in New Issue
Block a user