Remove docs for HTML support in frontend/custom panel (#14431)

This commit is contained in:
Paulus Schoutsen 2020-09-08 17:10:46 +02:00 committed by Franck Nijhof
parent 29115c06a5
commit e38943e69a
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 1 additions and 9 deletions

View File

@ -37,10 +37,6 @@ frontend:
description: The CSS identifier.
required: true
type: [list, string]
extra_html_url:
description: "DEPRECATED List of additional [resources](/developers/frontend_creating_custom_ui/) to load in `latest` javascript mode."
required: false
type: list
extra_module_url:
description: "List of additional javascript modules to load in `latest` javascript mode."
required: false

View File

@ -77,8 +77,4 @@ trust_external_script:
required: false
default: false
type: boolean
webcomponent_path:
description: "*DEPRECATED* The HTML path to your component. If omitted will default to `<config dir>/panels/<component name>.html` This cannot be used in combination with either `js_url` and `module_url`."
required: false
type: string
{% endconfiguration %}