Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 740 Bytes

Page fields plugin

Simple plugin allows to define your custom fields in CMS Page in October CMS.

Installation

Currently there is a one option to install plugin in your project. Open terminal, go to plugins directory in your project and run command below.

mkdir mkulpa & git clone https://github.com/mateuszkulpa/oc-page-fields-plugin.git ./mkulpa/pagefields

Get started

To define custom fields on your page, just click Edit Fields button in the CMS page toolbar. You will see .yaml editor, just write schema of a page based on native form schema. Check this article to learn more.

TODO

  • Make fields translatable if Translate Plugin is installed