-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathapp.config.yaml
More file actions
26 lines (26 loc) · 820 Bytes
/
app.config.yaml
File metadata and controls
26 lines (26 loc) · 820 Bytes
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
extensions:
aem/cf-editor/1:
$include: src/aem-cf-editor-1/ext.config.yaml
runtimeManifest:
packages:
project10:
license: Apache-2.0
actions:
fetch-audiences:
function: src/aem-cf-editor-1/actions/fetch-audiences/index.js
web: 'yes'
runtime: nodejs:18
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: true
final: true
create-variations:
function: src/aem-cf-editor-1/actions/create-variations/index.js
web: 'yes'
runtime: nodejs:18
inputs:
LOG_LEVEL: debug
annotations:
require-adobe-auth: true
final: true