Feature/plate editor (#115)

* Add plate editor
This commit is contained in:
Daniel Lautzenheiser
2022-12-01 19:29:33 -05:00
committed by GitHub
parent f3c4337268
commit 147592a8b8
345 changed files with 12561 additions and 4346 deletions

View File

@ -7,7 +7,7 @@ import {
TestBackend,
} from './backends';
import { registerBackend, registerLocale, registerWidget } from './lib/registry';
import { locales } from './locales';
import locales from './locales';
import {
BooleanWidget,
CodeWidget,
@ -26,7 +26,7 @@ import {
TextWidget,
} from './widgets';
export function addExtensions() {
export default function addExtensions() {
// Register all the things
registerBackend('git-gateway', GitGatewayBackend);
registerBackend('github', GitHubBackend);