Skip to main content

Introduction

Codex allows you to extend its functionality by allowing third-party developers to create their plugins and integrate them natively into Codex admin.

How does it work?

Codex admin is built as a Single Page Application on top of the Vue.js framework. It was designed and developed to allow third parties to extend its functionality by plugging in their custom code. Since it works with Vue.js functionality, to build a plugin, all you have to do is write Vue.js components and Javascript code based on specific needs.

What can you do?

By developing Codex plugins you are able to:

  1. Create custom pages
  2. Create custom blocks for Codex editor
  3. Create custom fields for Codex model builder