Build a standalone plugin
Preface
Please read the docs on panel plugin development and the getting started guide before continuing.
Introduction
In this walkthrough, we'll build a simple plugin that adds a new form component that can be used in forms. This also means it will be available to users in their panels.
You can find the final code for this plugin at https://github.com/awcodes/headings.
Step 1: Create the plugin
First, we'll create the plugin using the steps outlined in the getting started guide.