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.
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.
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.
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.
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.
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.
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.
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.