sietseveenman/kirby3-language-sync

从一种语言同步页面内容到另一种语言

安装次数: 3,160

依赖项: 0

建议者: 0

安全: 0

星标: 17

关注者: 3

分支: 0

开放问题: 0

语言:Vue

类型:kirby 插件

v1.0 2022-05-12 21:16 UTC

This package is auto-updated.

Last update: 2024-09-10 01:20:04 UTC


README

使用另一种语言的值覆盖选定的页面字段。

language-sync

安装

使用 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

附加说明

任何具有“翻译”选项的蓝图字段设置为“否”的将不会包括在可同步的字段列表中。

此插件未经过充分测试。在项目生产中使用时请自行承担风险。