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 GitHub
parent fdfe2e1b7f
commit cb227110c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
@ -80,7 +76,7 @@ There are 2 themes-related services:
- `frontend.reload_themes`: reloads theme configuration from your `configuration.yaml` file.
- `frontend.set_theme`: sets backend-preferred theme name.
### Service `set_theme`
| Service data attribute | Description |

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 %}