sietseveenman/kirby3-language-sync

Synchronize page content from one language to another

Installs: 2 221

Dependents: 0

Suggesters: 0

Security: 0

Stars: 17

Watchers: 3

Forks: 0

Open Issues: 0

Language:Vue

Type:kirby-plugin

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

This package is auto-updated.

Last update: 2024-04-10 00:22:57 UTC


README

Overwrite selected page fields with values from another language.

language-sync

Installation

With Composer:

$ composer require sietseveenman/kirby3-language-sync

Usage

Inside a blueprint.

fields:
  languageSync:
    type: sync
    buttonIcon: string or false # Overwrite the default button icon
    buttonLabel: string # Overwrite the default button text

Additional notes

Any blueprint field with the option 'translate' is set to false will be excluded from the list of selectable fields to synchronize.

This plugin hasn't been battle tested much. Use on production projects at your own risk.