Socket
Book a DemoInstallSign in
Socket

@webiny/app-serverless-cms

Package Overview
Dependencies
Maintainers
1
Versions
422
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webiny/app-serverless-cms

[![](https://img.shields.io/npm/dw/@webiny/app-i18n.svg)](https://www.npmjs.com/package/@webiny/app-i18n) [![](https://img.shields.io/npm/v/@webiny/app-i18n.svg)](https://www.npmjs.com/package/@webiny/app-i18n) [![code style: prettier](https://img.shield

latest
Source
npmnpm
Version
5.43.5
Version published
Weekly downloads
167
-54.12%
Maintainers
1
Weekly downloads
 
Created
Source

@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);

FAQs

Package last updated on 16 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts