Skip to content

Commit

Permalink
[TASK] #65: TYPO3 7.6 compatibility for select boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitryd committed Apr 4, 2016
1 parent e2c66cd commit 209c9d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext_tables.php
Expand Up @@ -36,6 +36,7 @@
'displayCond' => 'FIELD:no_search:=:0',
'config' => array(
'type' => 'select',
'renderType' => 'selectSingle',
'items' => array(
array('LLL:EXT:dd_googlesitemap/locallang.xml:pages.tx_ddgooglesitemap_change_frequency.calculate', ''),
array('LLL:EXT:dd_googlesitemap/locallang.xml:pages.tx_ddgooglesitemap_change_frequency.always', 'always'),
Expand Down

0 comments on commit 209c9d2

Please sign in to comment.