-
Notifications
You must be signed in to change notification settings - Fork 0
/
Settings.Garagist.yaml
80 lines (71 loc) · 2.38 KB
/
Settings.Garagist.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
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
Garagist:
Mautic:
routeArgument:
htmlTemplate: email
plaintextTemplate: plaintext
api:
baseUrl: null
userName: null
password: null
publicUrl: null
enableTracking: false
# Can be javascript, iframe, plain or api
embedType: javascript
apiRenderer: null
mail:
# Injects the tracking pixel from Mautic right before the closing `body` tag.
trackingPixel: '<img src="{tracking_pixel}" alt="" />'
form:
# Add here the IDs of the forms you want to hide
# You can pass an array (eg. [1, 2, 3]) or an integer
hide: null
category:
# Add here the ID of the category you want to use for the newsletter
newsletter: null
testMail:
# Add here the email addresses you want to use for testing
# You can pass an array (eg. ['[email protected]', '[email protected]']) or an string (eg. '[email protected]')
recipients: null
# Settings for email segments
segment:
# If an segment is prefilled from the creation/edit dialog, the user can't unselect it
lockPrefilled: true
# The ID of the segment to use for the newsletter
# But you can also define an array/object to handle the segment in your own data provider
mapping: null
# Add here to segments to choose from on creation/edit dialog
# You can pass an array (eg. [1, 2, 3]) or an integer, if you have a nested array, the entries are handled as groups
# choose:
# - [1, 2,] <- Is a group, of preselected segments the user gets radio buttons
# - 3 <- Is a single segment, the user gets a checkbox
choose: null
# Add here the IDs of the segments you want to hide (eg. for unconfirmed contacts)
# You can pass an array (eg. [1, 2, 3]) or an integer
hide: null
action:
delete: true
publish: true
unpublish: true
send: true
update: true
edit: true
test: false
# Disabled for now, as it need the implementation
sendLater: false
resend: false
publishAndSend: false
unpublishAndUpdate: false
# job:
# transactions:
# publishAndSend:
# up:
# - publish
# - send
# down:
# - unpublish
# unpublishAndUpdate:
# up:
# - unpublish
# - update
# down:
# - publish