mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-07 07:19:16 +00:00
remove old l3 options (#1160)
This commit is contained in:
committed by
GitHub
parent
158ef05ff0
commit
c7893938eb
@@ -14,18 +14,6 @@ export const getLowerThirdOptions = (customFields: CustomFields): ViewOption[] =
|
|||||||
});
|
});
|
||||||
|
|
||||||
return [
|
return [
|
||||||
{ section: 'View behaviour' },
|
|
||||||
{
|
|
||||||
id: 'trigger',
|
|
||||||
title: 'Animation Trigger',
|
|
||||||
description: '',
|
|
||||||
type: 'option',
|
|
||||||
values: {
|
|
||||||
event: 'Event Load',
|
|
||||||
manual: 'Manual',
|
|
||||||
},
|
|
||||||
defaultValue: 'manual',
|
|
||||||
},
|
|
||||||
{ section: 'Data sources' },
|
{ section: 'Data sources' },
|
||||||
{
|
{
|
||||||
id: 'top-src',
|
id: 'top-src',
|
||||||
|
|||||||
Reference in New Issue
Block a user