remove old l3 options (#1160)

This commit is contained in:
Alex Christoffer Rasmussen
2024-07-27 09:44:41 +02:00
committed by GitHub
parent 158ef05ff0
commit c7893938eb
@@ -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',