build editor
This commit is contained in:
@@ -2,11 +2,10 @@
|
||||
import Icon from "../../common/Icon.svelte";
|
||||
import {insertBlock} from "./block";
|
||||
|
||||
export let blockId;
|
||||
export let blockId = "";
|
||||
export let blockData;
|
||||
export let blockSchema;
|
||||
$: showOptions = false;
|
||||
let validUis = ["heading", "textarea", "rich", "reference"];
|
||||
|
||||
function createBlock(e, ui) {
|
||||
e.preventDefault();
|
||||
|
||||
Reference in New Issue
Block a user