From c7893938eb22a8f5ef73e6820f90247997623b52 Mon Sep 17 00:00:00 2001 From: Alex Christoffer Rasmussen Date: Sat, 27 Jul 2024 09:44:41 +0200 Subject: [PATCH] remove old l3 options (#1160) --- .../viewers/lower-thirds/lowerThird.options.ts | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts b/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts index 8fb0f5fd7..ccee99ebc 100644 --- a/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts +++ b/apps/client/src/features/viewers/lower-thirds/lowerThird.options.ts @@ -14,18 +14,6 @@ export const getLowerThirdOptions = (customFields: CustomFields): ViewOption[] = }); return [ - { section: 'View behaviour' }, - { - id: 'trigger', - title: 'Animation Trigger', - description: '', - type: 'option', - values: { - event: 'Event Load', - manual: 'Manual', - }, - defaultValue: 'manual', - }, { section: 'Data sources' }, { id: 'top-src',