@kyawnaingtun/strapi-myanmar-unicode-converter

1.0.3 • Public • Published

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


Readme

Keywords

none

Package Sidebar

Install

npm i @kyawnaingtun/strapi-myanmar-unicode-converter

Weekly Downloads

1

Version

1.0.3

License

MIT

Unpacked Size

182 kB

Total Files

37

Last publish

Collaborators

  • kyawnaingtun