@htmlbricks/hb-editor-tinymce
Version:
Svelte TinyMCE WebComponent
37 lines • 1.04 kB
JavaScript
export var storybookArgs = {
key: { control: { type: "text" } },
plugins: { control: { type: "text" } },
toolbar: { control: { type: "text" } },
images_upload_url: { control: { type: "text" } }
};
var cssVars = [];
export var cssParts = [];
export var htmlSlots = [];
export var i18nLanguages = [];
export var styleSetup = {
vars: cssVars,
parts: cssParts
};
var examples = [{ name: "default", data: {} }];
export var componentSetup = {
definitions: null,
storybookArgs: storybookArgs,
styleSetup: styleSetup,
author: null,
contributors: [],
owner: null,
htmlSlots: htmlSlots,
i18n: i18nLanguages,
examples: examples,
screenshots: [],
licenses: [{ type: "Apache-2.0", path: "LICENSE.md", cost: 0, currency: "EUR" }],
readmePath: "README.md",
name: "hb-editor-tinymce",
category: "editor",
tags: ["editor"],
size: {},
iifePath: "release/release.js",
repoName: "@htmlbricks/hb-editor-tinymce",
version: null
};
//# sourceMappingURL=docs.js.map