1.0.3 • Published 4 months ago

@kyawnaingtun/strapi-myanmar-unicode-converter v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

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

propertytypedefaultdescription
scorenumber (0<1)0.8Zawgyi 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

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

1.0.3

4 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago