Initial commit
This commit is contained in:
commit
dc264b89a1
89 changed files with 31377 additions and 0 deletions
|
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
/*
|
||||
* This file is part of the package bk2k/bootstrap-package.
|
||||
*
|
||||
* For the full copyright and license information, please read the
|
||||
* LICENSE file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
defined('TYPO3') or die('Access denied.');
|
||||
|
||||
$GLOBALS['TCA']['tt_content']['columns']['space_after_class']['config']['items'][6] = [
|
||||
'LLL:EXT:base_design/Resources/Private/Language/locallang_ttc.xlf:space_class_zero',
|
||||
'zero'
|
||||
];
|
||||
$GLOBALS['TCA']['tt_content']['columns']['space_before_class']['config']['items'][6] = [
|
||||
'LLL:EXT:base_design/Resources/Private/Language/locallang_ttc.xlf:space_class_zero',
|
||||
'zero'
|
||||
];
|
||||
Loading…
Add table
Add a link
Reference in a new issue