-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yml
More file actions
33 lines (31 loc) · 834 Bytes
/
manifest.yml
File metadata and controls
33 lines (31 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
plugin:
name: custom-data-type-html-editor
version: 1.0
url: https://github.com/programmfabrik/custom-data-type-html-editor
displayname:
en-US: "Custom Data Type: HTML Editor"
de-DE: "Custom Data Type: HTML Editor"
info:
de-DE: This custom data type allows having custom HTML content
en-US: This custom data type allows having custom HTML content
server:
api-version:
require: 1
webfrontend:
url: custom-data-type-html-editor.js
css: custom-data-type-html-editor.css
lib: custom-data-type-html-editor-lib.js
l10n: l10n/
custom_types:
html_editor:
mapping:
search_value:
type: text
base_config:
- name: html_editor
group: css
parameters:
custom_css_url:
regex: "^https?://[^/]+?([a-z0-9]|/.*)$"
type: text
position: 1