michaelmannucci/verseoftheday

在Statamic仪表板中显示每日圣经经文。

v1.1.0 2022-01-17 05:42 UTC

This package is auto-updated.

Last update: 2024-09-21 22:47:39 UTC


README

verseoftheday

Statamic小部件:每日经文

这是什么

一个在Statamic仪表板中每天显示圣经经文的小部件。

如何安装

通过composer或控制面板安装

composer require michaelmannucci/verseoftheday

如何使用

要将小部件添加到仪表板,请将以下条目添加到config/statamic/cp.php中的widgets数组中

[
	'type' => 'verse_of_the_day',
	'width' => 100,
],

如何自定义

默认情况下,小部件使用NIV。您可以通过设置version参数来选择版本/语言。

[
	'type' => 'verse_of_the_day',
	'width' => 100,
	'version' => 'NASB1995'
],

注意:不要忘记在修改config/statamic/cp.php后运行php artisan config:cache

点击此处查看所有可用版本/语言的完整列表及其代码。