jambagecom / watchwords
This extension adds a new content element which will get a new Christian Watchword (bible verse) every day.
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^11.5 || ^12.3
Replaces
- typo3-ter/watchwords: v2.1.3
This package is auto-updated.
Last update: 2023-05-14 13:51:54 UTC
README
What is does
Use this extension to show daily bible verses in multiple languages.
Configuration
Insert "Display daily Christian Watchwords (watchwords)" in the Template module setup under "Include static (from extensions)".
- Use the constant editor or the TypoScript setup.
- Insert an extension plugin and use its flexform.
You can show the watchwords on every page by a marker inserted into your main page template.
example:
lib.watchwordsLib = USER lib.watchwordsLib { userFunc = TYPO3\CMS\Extbase\Core\Bootstrap->run pluginName = Watch extensionName = Watchwords controller = WatchwordsController action = index settings =< plugin.tx_watchwords.settings view =< plugin.tx_watchwords.view } page = PAGE ... page.10 { marks.WATCHWORD < lib.watchwordsLib }