jambagecom/watchwords
Composer 安装命令:
composer require jambagecom/watchwords
包简介
This extension adds a new content element which will get a new Christian Watchword (bible verse) every day.
README 文档
README
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
}
统计信息
- 总下载量: 15
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 4
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-2.0-or-later
- 更新时间: 2019-01-28