Skip to content

Commit

Permalink
[TASK] Update Documentation for TypoScript constants
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminkott committed Jun 20, 2015
1 parent 0eeeac6 commit ed01b96
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Documentation/AdministratorManual/Migration/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.



Expand Down
2 changes: 1 addition & 1 deletion Documentation/Configuration/Extension/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
49 changes: 41 additions & 8 deletions Documentation/Configuration/TypoScript/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ page.logo
+-----------------------------------+---------------+-----------------------------------------------------------------------+
| width | integer | 210 |
+-----------------------------------+---------------+-----------------------------------------------------------------------+
| alt | string | |
+-----------------------------------+---------------+-----------------------------------------------------------------------+

**Example:**

Expand All @@ -44,6 +46,7 @@ page.logo
file = fileadmin/Theme/Logo.png
height = 50
width = 150
alt =
}
}
Expand Down Expand Up @@ -74,6 +77,8 @@ page.theme
+-----------------------------------+---------------+-----------------------------------------------------------------------+
| breadcrumb | boolean | **1** | 0 |
+-----------------------------------+---------------+-----------------------------------------------------------------------+
| breadcrumbEnableLevel | integer+ | **2** |
+-----------------------------------+---------------+-----------------------------------------------------------------------+


page.theme.copyright
Expand Down Expand Up @@ -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 |
+-----------------------------------+---------------+-----------------------------------------------------------------------+


Expand All @@ -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 |
Expand All @@ -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/ |
+-----------------------------------+---------------+-----------------------------------------------------------------------+

0 comments on commit ed01b96

Please sign in to comment.