Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ We have changed the database fields

### Use the example cta element

If you want to make use of the basic cta element included as an example, add the TypoScript setup to your site-Extension
If you want to make use of the basic cta element included as an example, add the site set to your site configuration

For TYPO3 Version < 13, add the TypoScript setup to your site-Extension
setup:

`@import 'EXT:cta/Configuration/TypoScript/setup.typoscript'`
Expand Down
2 changes: 1 addition & 1 deletion Resources/Private/Language/de.locallang_db.xlf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<xliff version="1.0">
<file source-language="en" datatype="plaintext" original="messages" date="2020-05-22T13:13:13Z">
<file source-language="en" target-language="de" datatype="plaintext" original="messages" date="2020-05-22T13:13:13Z">
<header>
<description>Language Labels for EXT:cta backend</description>
<authorName>David Steeb</authorName>
Expand Down