Cortex CMS
  • Introduction
  • Motivation
  • Core Concepts
  • Prior Art
  • Examples
  • Basics
    • Setup
      • Docker Compose
      • Manual Setup
      • Core & Plugin Development
    • Deployment
    • Tenancy & User Management
    • Building Content Types
    • Data Validation
    • Designing Indexes
    • Designing Wizards
    • Consuming Content
    • Scheduling Content
  • Advanced
    • Developing Plugins
      • Basic Architecture
      • Service Layer
      • Extending Search
      • WYSIWYG Widgets
      • Examples
    • Contributing
  • Troubleshooting
  • Roadmap
  • Branding Guide
  • Glossary
Powered by GitBook
On this page
  1. Advanced

Developing Plugins

PreviousAdvancedNextBasic Architecture

Last updated 7 years ago

This guide lays out how to build new plugins for Cortex CMS, which will allow you to extend the system with more FieldTypes, queries, WYSIWYG widgets, jobs, etc.

Basic Architecture
Service Layer
Extending Search
WYSIWYG Widgets
Examples