Skip to content

Commit

Permalink
Add the fields „sys_language_uid, l10n_parent, l10n_diffsource“ by de…
Browse files Browse the repository at this point in the history
…fault to the show item and set version to „1.7.1“
  • Loading branch information
Digi92 committed Apr 17, 2018
1 parent 6788242 commit 89703b8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Classes/Service/InjectorService.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ public function injectTca()
if ((bool)$elementConfig['overWriteShowitem'] === true) {
$showItem = trim((string)$elementConfig['fields'], ',');
} else {
$showItem = 'CType;;4;button;1-1-1, colPos, --palette--;Headline,'
$showItem = 'sys_language_uid, l10n_parent, l10n_diffsource, CType;;4;button;1-1-1,
colPos, --palette--;Headline,'
. trim((string)$elementConfig['fields'], ',') . ',
--div--;LLL:EXT:core/Resources/Private/Language/Form/locallang_tabs.xlf:access,
--palette--;LLL:EXT:frontend/Resources/Private/Language/locallang_tca.xlf:pages.palettes.visibility;hiddenonly,
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dw-typo3/dw-content-elements",
"type": "typo3-cms-extension",
"version": "1.7.0",
"version": "1.7.1",
"description": "Custom content elements builder",
"homepage": "https://github.com/Digi92/dw_content_elements",
"require": {
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'description' => 'Custom content elements',
'category' => 'misc',
'shy' => 0,
'version' => '1.7.0',
'version' => '1.7.1',
'dependencies' => 'cms,extbase',
'conflicts' => '',
'loadOrder' => '',
Expand Down

0 comments on commit 89703b8

Please sign in to comment.