You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: blueprints.yaml
+23Lines changed: 23 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -102,6 +102,29 @@ form:
102
102
validate:
103
103
type: bool
104
104
105
+
CronNotice:
106
+
type: spacer
107
+
markdown: true
108
+
text: |
109
+
! You can also let Grav Scheduler automatically synchronize at a given time. You could for example disable all the automatic synchronizations above and just enable the Scheduler below. **Requires Grav 1.6**
110
+
sync.cron_enable:
111
+
type: toggle
112
+
label: Add Job to Scheduler
113
+
help: Add GitSync Job to the Scheduler so it can automatically perform synchronization at a given time
114
+
default: 0
115
+
highlight: 1
116
+
options:
117
+
1: PLUGIN_ADMIN.YES
118
+
0: PLUGIN_ADMIN.NO
119
+
validate:
120
+
type: bool
121
+
122
+
sync.cron_at:
123
+
type: cron
124
+
label: Run Scheduled Job
125
+
help: When should the scheduler run the automatic synchronization
0 commit comments