diff --git a/Documentation/AdministratorManual/Migration/Index.rst b/Documentation/AdministratorManual/Migration/Index.rst index 36553a49c..cf2ff03ed 100644 --- a/Documentation/AdministratorManual/Migration/Index.rst +++ b/Documentation/AdministratorManual/Migration/Index.rst @@ -13,7 +13,7 @@ Upgrade from 6.2.10 to 6.2.11 ============================= This document will only cover **breaking changes**, that could happen while -overriding the Boostrap Package. +overriding the Bootstrap Package. diff --git a/Documentation/Configuration/Extension/Index.rst b/Documentation/Configuration/Extension/Index.rst index fb8192112..fc3da0977 100644 --- a/Documentation/Configuration/Extension/Index.rst +++ b/Documentation/Configuration/Extension/Index.rst @@ -47,5 +47,5 @@ The path to the logofile has to be relative to the TYPO3 backend. PageTsConfig ============ -The Boostrap Package has a lot of PageTsConfig defaults. +The Bootstrap Package has a lot of PageTsConfig defaults. In some cases it can be usefull to deactivate some of them if you do not need them. \ No newline at end of file diff --git a/Documentation/Configuration/TypoScript/Index.rst b/Documentation/Configuration/TypoScript/Index.rst index 83e2d9b89..9f030b8d3 100644 --- a/Documentation/Configuration/TypoScript/Index.rst +++ b/Documentation/Configuration/TypoScript/Index.rst @@ -34,6 +34,8 @@ page.logo +-----------------------------------+---------------+-----------------------------------------------------------------------+ | width | integer | 210 | +-----------------------------------+---------------+-----------------------------------------------------------------------+ +| alt | string | | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ **Example:** @@ -44,6 +46,7 @@ page.logo file = fileadmin/Theme/Logo.png height = 50 width = 150 + alt = } } @@ -74,6 +77,8 @@ page.theme +-----------------------------------+---------------+-----------------------------------------------------------------------+ | breadcrumb | boolean | **1** | 0 | +-----------------------------------+---------------+-----------------------------------------------------------------------+ +| breadcrumbEnableLevel | integer+ | **2** | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ page.theme.copyright @@ -162,17 +167,15 @@ page.meta +-----------------------------------+---------------+-----------------------------------------------------------------------+ -plugin.bootstrap_package_contentelements.view ---------------------------------------------- +page.tracking.google +-------------------- +-----------------------------------+---------------+-----------------------------------------------------------------------+ | Property | Data Type | | +===================================+===============+=======================================================================+ -| layoutRootPath | string | EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/ | -+-----------------------------------+---------------+-----------------------------------------------------------------------+ -| partialRootPath | string | EXT:bootstrap_package/Resources/Private/Partials/ContentElements/ | +| trackingID | string | | +-----------------------------------+---------------+-----------------------------------------------------------------------+ -| templateRootPath | string | EXT:bootstrap_package/Resources/Private/Templates/ContentElements/ | +| anonymizeIp | boolean | **1** | 0 | +-----------------------------------+---------------+-----------------------------------------------------------------------+ @@ -182,10 +185,10 @@ config +-----------------------------------+---------------+-----------------------------------------------------------------------+ | Property | Data Type | | +===================================+===============+=======================================================================+ -| baseURL | string | | -+-----------------------------------+---------------+-----------------------------------------------------------------------+ | no_cache | boolean | 1 | **0** | +-----------------------------------+---------------+-----------------------------------------------------------------------+ +| removeDefaultJS | options | **0** | 1 | external | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ | compressJs | boolean | **1** | 0 | +-----------------------------------+---------------+-----------------------------------------------------------------------+ | compressCss | boolean | **1** | 0 | @@ -194,6 +197,36 @@ config +-----------------------------------+---------------+-----------------------------------------------------------------------+ | concatenateCss | boolean | **1** | 0 | +-----------------------------------+---------------+-----------------------------------------------------------------------+ +| admPanel | boolean | **1** | 0 | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| prefixLocalAnchors | options | EMPTY | **all** | cached | output | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ | headerComment | string | Based on the TYPO3 Bootstrap Package | | | | by Benjamin Kott - http://www.bk2k.info | +-----------------------------------+---------------+-----------------------------------------------------------------------+ + + +plugin.bootstrap_package.settings +--------------------------------- + ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| Property | Data Type | | ++===================================+===============+=======================================================================+ +| overrideLessVariables | boolean | **1** | 0 | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| cssSourceMapping | boolean | 1 | **0** | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ + + +plugin.bootstrap_package_contentelements.view +--------------------------------------------- + ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| Property | Data Type | | ++===================================+===============+=======================================================================+ +| layoutRootPath | string | EXT:bootstrap_package/Resources/Private/Layouts/ContentElements/ | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| partialRootPath | string | EXT:bootstrap_package/Resources/Private/Partials/ContentElements/ | ++-----------------------------------+---------------+-----------------------------------------------------------------------+ +| templateRootPath | string | EXT:bootstrap_package/Resources/Private/Templates/ContentElements/ | ++-----------------------------------+---------------+-----------------------------------------------------------------------+