sietseveenman / kirby3-language-sync
从一种语言同步页面内容到另一种语言
v1.0
2022-05-12 21:16 UTC
Requires
This package is auto-updated.
Last update: 2024-09-10 01:20:04 UTC
README
使用另一种语言的值覆盖选定的页面字段。
安装
使用 Composer
$ composer require sietseveenman/kirby3-language-sync
用法
在蓝图内部。
fields: languageSync: type: sync buttonIcon: string or false # Overwrite the default button icon buttonLabel: string # Overwrite the default button text
附加说明
任何具有“翻译”选项的蓝图字段设置为“否”的将不会包括在可同步的字段列表中。
此插件未经过充分测试。在项目生产中使用时请自行承担风险。