@webiny/app-serverless-cms
TypeScript icon, indicating that this package has built-in type declarations

5.41.1 • Public • Published

@webiny/app-i18n

code style: prettier PRs Welcome

An app for creating forms that can be embedded into pages created with Webiny Page Builder.

Use together with @webiny/api-i18n package.

Install

npm install --save @webiny/app-i18n

Or if you prefer yarn:

yarn add @webiny/app-i18n

Setup

To setup, you must register a set of plugins. For more information on plugins, please visit Webiny documentation.

Admin

import { plugins } from "@webiny/plugins";
import i18nPlugins from "@webiny/app-i18n/admin/plugins";

plugins.register(i18nPlugins);

Note: the i18nCmsPlugins contains plugins for the Page Builder, which will enable you to embed i18n in your pages.

Site

import { plugins } from "@webiny/plugins";
import i18nPlugins from "@webiny/app-i18n/site/plugins";

plugins.register(i18nPlugins);

Readme

Keywords

none

Package Sidebar

Install

npm i @webiny/app-serverless-cms

Weekly Downloads

363

Version

5.41.1

License

MIT

Unpacked Size

40.1 kB

Total Files

16

Last publish

Collaborators

  • webiny