croox / language-selector
A Statamic addon for selecting languages in Bard fields
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:JavaScript
Type:statamic-addon
Requires
- php: ^8.0
- statamic/cms: ^4.0 || ^5.0
README
A Statamic addon that adds language selection functionality to Bard fields.
Features
- Adds a language selector button to Bard fields
- Wraps selected text in a
<span lang="...">
tag
Limitations
- Available languages are currently hard-coded
Installation
You can install the package via composer:
composer require croox/language-selector
Usage
- The language selector button will appear in your Bard field toolbar
- Select the text you want to mark with a language
- Click the language button and select the appropriate language
- The text will be wrapped in a
<span>
tag with the correctlang
attribute
Development
- Clone this repository
- Run
npm install
- Run
npm run build
License
MIT License