@htmlbricks/hb-editor-tinymce
Version:
Svelte TinyMCE WebComponent
100 lines • 2.05 kB
JSON
{
"definitions": {
"events": {
"$ref": "#/definitions/Events",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Events": {
"additionalProperties": false,
"type": "object"
}
}
},
"component": {
"$ref": "#/definitions/Component",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Component": {
"additionalProperties": false,
"properties": {
"id": {
"type": "string"
},
"images_upload_url": {
"type": "string"
},
"key": {
"type": "string"
},
"plugins": {
"type": "string"
},
"style": {
"type": "string"
},
"toolbar": {
"type": "string"
}
},
"type": "object"
}
}
}
},
"storybookArgs": {
"key": {
"control": {
"type": "text"
}
},
"plugins": {
"control": {
"type": "text"
}
},
"toolbar": {
"control": {
"type": "text"
}
},
"images_upload_url": {
"control": {
"type": "text"
}
}
},
"styleSetup": {
"vars": [],
"parts": []
},
"author": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
"contributors": [],
"owner": "Dario Caruso <dev@dariocaruso.info> (https://dariocaruso.info)",
"htmlSlots": [],
"i18n": [],
"examples": [
{
"name": "default",
"data": {}
}
],
"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": "0.20.18"
}