Skip to content

KyawNaingTun/strapi-myanmar-unicode-converter

Repository files navigation

Strapi Myanmar Unicode Converter logo

Strapi Myanmar Unicode Converter



Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

# Using Yarn
yarn add @kyawnaingtun/strapi-myanmar-unicode-converter

# Or using NPM
npm install@kyawnaingtun/strapi-myanmar-unicode-converter

Configuration

property type default description
score number (0<1) 0.8 Zawgyi font detection score point.

Example

// ./config/plugins.js`
'use strict';

module.exports = {
  'strapi-myanmar-unicode-converter': {
		enabled: true,
		config: {
			score: 0.9 //your score point
		}
	},
};

Then, you'll need to build your admin panel:

# Using Yarn
yarn build

# Or using NPM
npm run build

How to use?

1). First, enable in collection type

Enable in collection type


2). Then, enable in attribute type. Note: supported only Text and Rich Text

Enable in attribute type


About

Strapi Myanmar Unicode Converter

Resources

Stars

Watchers

Forks

Packages

No packages published