Index: typo3/sysext/css_styled_content/ext_tables.php =================================================================== --- typo3/sysext/css_styled_content/ext_tables.php (revision 7196) +++ typo3/sysext/css_styled_content/ext_tables.php (working copy) @@ -13,4 +13,7 @@ t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v3.9/', 'CSS Styled Content TYPO3 v3.9'); t3lib_extMgm::addStaticFile($_EXTKEY, 'static/v4.2/', 'CSS Styled Content TYPO3 v4.2'); +$TCA['tt_content']['columns']['section_frame']['config']['items'][0] = Array('LLL:EXT:css_styled_content/locallang_db.php:tt_content.tx_cssstyledcontent_section_frame.I.0', '0'); +$TCA['tt_content']['columns']['section_frame']['config']['items'][9] = Array('LLL:EXT:css_styled_content/locallang_db.php:tt_content.tx_cssstyledcontent_section_frame.I.9', '66'); + ?> \ No newline at end of file Index: typo3/sysext/css_styled_content/locallang_db.xml =================================================================== --- typo3/sysext/css_styled_content/locallang_db.xml (revision 7196) +++ typo3/sysext/css_styled_content/locallang_db.xml (working copy) @@ -27,6 +27,8 @@ + + Index: typo3/sysext/css_styled_content/static/setup.txt =================================================================== --- typo3/sysext/css_styled_content/static/setup.txt (revision 7196) +++ typo3/sysext/css_styled_content/static/setup.txt (working copy) @@ -316,7 +316,7 @@ 30 = TEXT 30.value = >| } - + 1 =< tt_content.stdWrap.innerWrap.cObject.default 1.15.value = csc-frame csc-frame-invisible @@ -340,6 +340,54 @@ 21 =< tt_content.stdWrap.innerWrap.cObject.default 21.15.value = csc-frame csc-frame-frame2 + + 66 = COA + 66 { + 10 = TEXT + 10 { + value = + insertData = 1 + } + + 20 = COA + 20 { + 10 = TEXT + 10 { + value = {$content.spaceBefore} + wrap = |+ + if.isTrue = {$content.spaceBefore} + } + + 20 = TEXT + 20 { + field = spaceBefore + } + + stdWrap { + prioriCalc = intval + wrap = margin-top:|px; + required = 1 + ifEmpty.value = + wrap2 =
+ } + } + + 30 = TEXT + 30 { + value = | + } + + 40 < .20 + 40 { + 10 { + value = {$content.spaceAfter} + if.isTrue = {$content.spaceAfter} + } + 20.field = spaceAfter + stdWrap.wrap = margin-bottom:|px; + } + } + } innerWrap2 = |

{LLL:EXT:css_styled_content/pi1/locallang.xml:label.toTop}