mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-10 03:19:44 +00:00
Add prefix support to text selector (#17335)
This commit is contained in:
@@ -122,7 +122,9 @@ export class HaScriptEditor extends KeyboardShortcutMixin(LitElement) {
|
||||
{
|
||||
name: "id",
|
||||
selector: {
|
||||
text: {},
|
||||
text: {
|
||||
prefix: "script.",
|
||||
},
|
||||
},
|
||||
},
|
||||
] as const)
|
||||
|
||||
Reference in New Issue
Block a user