Skip to content

Contains all the WordPress core, plugin and theme schemas for the Mergebot application.

Notifications You must be signed in to change notification settings

deliciousbrains/mergebot-schemas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mergebot Schemas

Schemas are a piece of JSON used by Mergebot to describe the database relationships of a part of a site (e.g. WordPress core, a plugin etc.).

Schemas include information on primary/foreign keys, relationships of IDs in key/value pair tables, content replacements, shortcodes, and other data.

For example, if your plugin uses custom tables, inserts data into the options table, inserts IDs into the post content, or implements custom shortcodes you can create a custom schema to tell Mergebot how to handle this data.

Global Schemas

All the schemas in this repository are used by the Mergebot application by default. This means all the plugins that have schemas defined here are compatible with Mergebot.

Custom Schemas

If you require another plugin to be compatible with Mergebot, you can create your own custom schema for a plugin or theme and upload it to Mergebot. Learn more.

Plugin Developers

If you are a developer of a WordPress plugin we would love to have Mergebot compatible with your plugin. You are more than welcome to submit a PR with a schema for your plugin.

About

Contains all the WordPress core, plugin and theme schemas for the Mergebot application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages