mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-08 18:39:40 +00:00
Add a picture uploader to picture-card-editor (#18695)
* Add a picture uploader to picture-card-editor * add imageSelector * lint * Add delete button to picture-upload * updates from feedback * fix lint * Update en.json * Update selector.ts * remove delete
This commit is contained in:
@@ -32,6 +32,7 @@ const LOAD_ELEMENTS = {
|
||||
file: () => import("./ha-selector-file"),
|
||||
floor: () => import("./ha-selector-floor"),
|
||||
label: () => import("./ha-selector-label"),
|
||||
image: () => import("./ha-selector-image"),
|
||||
language: () => import("./ha-selector-language"),
|
||||
navigation: () => import("./ha-selector-navigation"),
|
||||
number: () => import("./ha-selector-number"),
|
||||
|
||||
Reference in New Issue
Block a user