.. include:: ../Includes.txt .. _extension-settings: ================== Extension Settings ================== These are the available settings for mask. They can be configured via the GUI in **Settings > Extension Configuration** or directly in the AdditionalConfiguration.php like described in :ref:`installation `. If you don't change any settings, a dummy extension `mask_project` will be created as fallback. General ======= .. _extension-settings-json: json ____ | File with project specific mask configuration. | Mask stores the information, which is needed to generate content elements and extend page templates into one file: `mask.json`. With this setting you can change the path to this file. | Default: :code:`typo3conf/ext/mask_project/Configuration/Mask/mask.json` .. _extension-settings-pids: backendlayout_pids __________________ | Page ids from where the in PageTS defined backend layouts should be loaded (comma separated). | Default: :code:`0,1` Frontend ======== .. _extension-settings-frontent-templates: content _______ | Folder for Content Fluid Templates (with trailing slash). | Mask generates a html file with fluid tags for each new content element. Here you can set the path to this file. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Frontend/Templates/` .. _extension-settings-frontent-layouts: layouts _______ | Folder for Content Fluid Layouts (with trailing slash). | Here you can set the path to the fluid layouts of your mask templates. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Frontend/Layouts/` .. _extension-settings-frontent-partials: partials ________ | Folder for Content Fluid Partials (with trailing slash). | Here you can set the path to the fluid partials of your mask templates. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Frontend/Partials/` Backend ======= .. _extension-settings-backend-templates: backend _______ | Folder for Backend Preview Templates (with trailing slash). | Here you can set the path the fluid templates for backend previews of your content elements. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Backend/Templates/` .. _extension-settings-backend-layouts: layouts_backend _______________ | Folder for Backend Preview Layouts (with trailing slash). | Here you can set the path to the fluid layouts of your mask backend previews. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Backend/Layouts/` .. _extension-settings-backend-partials: partials_backend ________________ | Folder for Backend Preview Partials (with trailing slash). | Here you can set the path to the fluid partials of your mask backend previews. | Default: :code:`typo3conf/ext/mask_project/Resources/Private/Mask/Backend/Partials/` .. _extension-settings-backend-preview: preview _______ | Folder for preview images (with trailing slash). | You can change the preview image of content elements to your preferred png image (32x32 pixel) or svg graphic. | Store them with the key of the contentelement as filename (e.g. mykey.png or mykey.svg) | Default: :code:`typo3conf/ext/mask_project/Resources/Public/Mask/` | .. figure:: ../Images/AdministratorManual/ExtensionConfiguration.png :alt: Extension Manager options Extension Configuration options in **Settings > Extension Configuration**