forked from adobe/aem-uix-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp.config.yaml
51 lines (51 loc) · 1.56 KB
/
app.config.yaml
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
application:
actions: src/actions
web: src/web-src
runtimeManifest:
packages:
cf-translations:
license: Apache-2.0
actions:
get-translations:
function: src/actions/get-translations/index.js
web: 'yes'
runtime: nodejs:14
inputs:
LOG_LEVEL: debug
HOST_INSTANCE_ENTRY_POINT_TRANSLATIONS: $HOST_INSTANCE_ENTRY_POINT_TRANSLATIONS
annotations:
require-adobe-auth: false
final: true
quick-publish-translations:
function: src/actions/quick-publish-translations/index.js
web: 'yes'
runtime: nodejs:14
inputs:
LOG_LEVEL: debug
HOST_INSTANCE_ENTRY_POINT_QUICK_PUBLISH: $HOST_INSTANCE_ENTRY_POINT_QUICK_PUBLISH
annotations:
require-adobe-auth: false
final: true
unpublish-translations:
function: src/actions/unpublish-translations/index.js
web: 'yes'
runtime: nodejs:14
inputs:
LOG_LEVEL: debug
HOST_INSTANCE_ENTRY_POINT_UNPUBLISH: $HOST_INSTANCE_ENTRY_POINT_UNPUBLISH
annotations:
require-adobe-auth: false
final: true
extensions:
aem/cf-console-admin/1:
operations:
view:
- type: web
impl: index.html#/cf-admin-console
web: src/web-src
aem/cf-editor/1:
operations:
view:
- type: web
impl: index.html#/cf-editor
web: src/web-src