Skip to content

Commit

Permalink
[BUGFIX] Show content element in wizard in TYPO3 v10
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Oct 12, 2020
1 parent fb8639a commit 5c65300
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Updated
- Prism to version 1.22.0

### Fixed
- Show content element in wizard in TYPO3 v10

## [2.2.0] - 2020-08-08

### Updated
Expand Down
2 changes: 1 addition & 1 deletion ext_tables.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
);

\TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addPageTSConfig(
'@import "EXT:' . $extensionKey . '/Configuration/TSconfig/Page/"'
'@import "EXT:' . $extensionKey . '/Configuration/TSconfig/Page/*.tsconfig"'
);

$GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/class.tx_cms_layout.php']['tt_content_drawItem']['codehighlight'] =
Expand Down

0 comments on commit 5c65300

Please sign in to comment.