forked from Gernott/mask
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ext_conf_template.txt
21 lines (18 loc) · 1.65 KB
/
ext_conf_template.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# cat=general; type=file [json]; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-json
json = EXT:yoursitepackage/Resources/Private/Mask/mask.json
# cat=general; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-backendlayout_pids
backendlayout_pids = 0,1
# cat=frontend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-content
content = EXT:yoursitepackage/Resources/Private/Mask/Frontend/Templates
# cat=frontend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-layouts
layouts = EXT:yoursitepackage/Resources/Private/Mask/Frontend/Layouts
# cat=frontend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-partials
partials = EXT:yoursitepackage/Resources/Private/Mask/Frontend/Partials
# cat=backend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-backend
backend = EXT:yoursitepackage/Resources/Private/Mask/Backend/Templates
# cat=backend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-layouts_backend
layouts_backend = EXT:yoursitepackage/Resources/Private/Mask/Backend/Layouts
# cat=backend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-partials_backend
partials_backend = EXT:yoursitepackage/Resources/Private/Mask/Backend/Partials
# cat=backend; type=folder; label=LLL:EXT:mask/Resources/Private/Language/locallang_mask.xlf:ext_conf_template-preview
preview = EXT:yoursitepackage/Resources/Private/Mask/Backend/Previews