Download the PHP package jambagecom/watchwords without Composer
On this page you can find all versions of the php package jambagecom/watchwords. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download jambagecom/watchwords
More information about jambagecom/watchwords
Files in jambagecom/watchwords
Download jambagecom/watchwords
More information about jambagecom/watchwords
Files in jambagecom/watchwords
Vendor jambagecom
Package watchwords
Short Description This extension adds a new content element which will get a new Christian Watchword (bible verse) every day.
License GPL-2.0-or-later
Homepage https://jambage.com
Package watchwords
Short Description This extension adds a new content element which will get a new Christian Watchword (bible verse) every day.
License GPL-2.0-or-later
Homepage https://jambage.com
Please rate this library. Is it a good library?
Informations about the package watchwords
TYPO3 extension watchwords
What is does
Use this extension to show daily bible verses in multiple languages.
Configuration
Insert "Display daily Christian Watchwords (watchwords_watch)" 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
}
All versions of watchwords with dependencies
PHP Build Version
Package Version
Requires
typo3/cms-core Version
^13.4
The package jambagecom/watchwords contains the following files
Loading the files please wait ....