plugin.tx_glpairs

Properties

Property Data type stdWrap Default
view.templateRootPath string yes EXT:glpairs/Resources/Private/Templates/
view.partialRootPath string yes EXT:glpairs/Resources/Private/Partials/
view.layoutRootPath string yes EXT:glpairs/Resources/Private/Layouts/
libraries.inlcudeJQuery boolean yes 1
libraries.includeBootstrapJs boolean yes 1
libraries.includeBootstrapCss boolean yes 1
cssFile string yes EXT:glpairs/Resources/Public/css/glpairs.css

Property details

view.templateRootPath

plugin.tx_glpairs.view.templateRootPath = string

Path to the fluid templates. If you want to change them. Copy first the original templates in your own directory and then point with this parameter to this new directory.

view.partialRootPath

plugin.tx_glpairs.view.partialRootPath = string

Path to the fluid partials. If you want to change them. Copy first the original partials in your own directory and then point with this parameter to this new directory.

view.layoutRootPath

plugin.tx_glpairs.view.layoutRootPath = string

Path to the fluid templates. If you want to change them. Copy first the original tamplates in your own directory and then point with this parameter to this new directory.

libraries.inlcudeJQuery

plugin.tx_glpairs.libraries.inlcudeJQuery = boolean

Activate this flag, if you want to inlcude the jQuery 3.6 library shipped with this extension. If you have your own jQuery library included in your homepage, you can deactivate this flag. Keep in mind, that you use always jQuery 3.6. Pobably it works with other versins, but it is only tested with jQery 3.6.

libraries.includeBootstrapJs

plugin.tx_glpairs.libraries.includeBootstrapJs = boolean

Activate this flag, if you want to inlcude the Bootstrap 5.1 library shipped with this extension. If you have your own Bootstrap library included in your homepage, you can deactivate this flag. Keep in mind, that you should use Bootstrap 5.1. with the bundle, so you have the modal component included. It could work with other versons, but is only tested with version 5.1. Keep an eye on the final information. The modal dialog is made with Bootstrap.

libraries.includeBootstrapCss

plugin.tx_glpairs.libraries.includeBootstrapCss = boolean

Activate this flag, if you want to inlcude the Bootstrap CSS content file shipped with this extension. If you have your own Bootstrap library with CSS file included in your homepage, you can deactivate this flag. Keep in mind, that you use always Bootstrap 5.1. Other versions may not work.

cssFile

plugin.tx_glpairs.cssFile = string

Path to the CSS content file for glpairs. If you want to edit this file. Copy this file in your own directory and change this parameter to this directory. Then you can change the file in this new directory.