-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathscreenly_qc.yml
More file actions
85 lines (85 loc) · 2.5 KB
/
Copy pathscreenly_qc.yml
File metadata and controls
85 lines (85 loc) · 2.5 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
---
syntax: manifest_v1
id: 01JZHNYXGAR1SN3876MZNQFDXJ
description: Screenly RSS Reader App
icon: https://playground.srly.io/edge-apps/icons/rss-reader.svg
author: Screenly, Inc.
categories:
- Utilities
ready_signal: true
settings:
bypass_cors:
type: string
default_value: 'true'
title: Bypass CORS
optional: true
help_text: |
Some RSS sources require you to bypass CORS policies.
Setting this to 'true' enables this feature.
cache_interval:
type: string
default_value: '1800'
title: Cache Interval
optional: false
help_text: |
Specify the interval (in seconds) used to periodically cache feeds.
display_errors:
type: string
default_value: 'false'
title: Display Errors
optional: true
help_text:
schema_version: 1
properties:
advanced: true
help_text: For debugging purposes to display errors on the screen.
type: boolean
enable_analytics:
type: string
default_value: 'true'
title: Enable Analytics
optional: true
help_text: Whether to enable analytics or not
is_global: true
override_locale:
type: string
default_value: en
title: Override Locale
optional: true
help_text: |
Override the default locale with a supported language code (e.g., en, fr, de). Defaults to English if not specified.
You can find the available locales here: https://momentjs.com/
override_timezone:
type: string
default_value: ''
title: Override Timezone
optional: true
help_text: |
Override the default timezone with a supported timezone identifier (e.g., Europe/London, America/New_York). Defaults to the system timezone if left blank.
You can find the available timezones here: https://momentjs.com/timezone/
rss_title:
type: string
default_value: BBC News
title: RSS Title
optional: false
help_text: The source label displayed on each card, default is `BBC News`.
rss_url:
type: string
default_value: http://feeds.bbci.co.uk/news/rss.xml
title: RSS URL
optional: false
help_text: |
Enter the URL of the RSS feed you want to display, default is `BBC News`.
tag_manager_id:
type: string
default_value: GTM-P98SPZ9Z
title: Google Tag Manager ID
optional: true
help_text: Specify a Google Tag Manager ID
is_global: true
sentry_dsn:
type: secret
title: Sentry Client Key
optional: true
help_text: Sentry Client Key from Sentry SDK for error capturing.
is_global: true