Nuxt i18n Netlify CMS Module
Create admin panel to manage i18n content using Netlify CMS
📖 Release Notes
Setup
- Add
@robomx/nuxt-i18n-netlify-cms
dependency to your project
yarn add @robomx/nuxt-i18n-netlify-cms
- Add
@robomx/nuxt-i18n-netlify-cms
to the modules
section of nuxt.config.js
{
modules: [
'@robomx/nuxt-i18n-netlify-cms',
['@robomx/nuxt-i18n-netlify-cms', { }]
]
}
Module Options
...
i18n: {
...
netlifyCms: {
proxy: true,
route: "i18n",
config: {
title: "i18n Content Management",
publish_mode: "editorial_workflow",
media_folder: "static/i18n/images",
public_folder: "/i18n/images",
open_authoring: true
}
}
...
},
...
Development
- Clone this repository
- Install dependencies using
yarn install
or npm install
- Start development server using
npm run dev
Screenshot
References
License
MIT License
Copyright (c) RoboMx ask@robomx.tech