Skip to content

Commit

Permalink
show own index url only if option is selected
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Dec 27, 2018
1 parent d6e43af commit b54178a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -378,10 +378,10 @@
<TCEforms>
<label>Verlinkungen auf weiterführende Webseiten einbinden</label>
<onChange>reload</onChange>
<config>
<type>check</type>
<default>0</default>
</config>
<config>
<type>check</type>
<default>0</default>
</config>
</TCEforms>
</settings.entityfacts.sameAs>
<settings.entityfacts.sameAsSelected>
Expand Down Expand Up @@ -450,6 +450,7 @@
<settings.ownindex>
<TCEforms>
<label>eigener Suchindex?</label>
<onChange>reload</onChange>
<config>
<type>check</type>
<default>0</default>
Expand All @@ -459,6 +460,7 @@
<settings.entityfacts.index>
<TCEforms>
<label>Hier bitte Ihren eigenen Suchindex eingeben:</label>
<displayCond>FIELD:settings.ownindex:=:1</displayCond>
<config>
<type>input</type>
<size>50</size>
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '1.0.0',
'version' => '1.1.0',
'constraints' => [
'depends' => [
'typo3' => '7.6.0-9.5.99',
Expand Down

0 comments on commit b54178a

Please sign in to comment.