michaelmannucci/verseoftheday
Composer 安装命令:
composer require michaelmannucci/verseoftheday
包简介
Displays a daily Bible verse in the Statamic dashboard.
关键字:
README 文档
README
Statamic Widget: Verse of the Day
What is it
A widget that displays a Bible verse every day in the Statamic dashboard.
How to install it
Install via composer or the Control Panel
composer require michaelmannucci/verseoftheday
How to use it
To add the widget to the dashboard, add the following entry to the widgets array in config/statamic/cp.php:
[ 'type' => 'verse_of_the_day', 'width' => 100, ],
How to customize it
By default, the widget uses the NIV. You may optionally select the version/language by setting a version parameter.
[ 'type' => 'verse_of_the_day', 'width' => 100, 'version' => 'NASB1995' ],
Note: Don't forget to run php artisan config:cache after making changes to config/statamic/cp.php.
Click here to see a full list of all available versions/languages and their codes.
统计信息
- 总下载量: 116
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-01-14