mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-25 05:47:20 +00:00
Add template editor to Markdown card editor (#12490)
This commit is contained in:
parent
67626d4a06
commit
2c9411c6c3
@ -20,7 +20,7 @@ const cardConfigStruct = assign(
|
||||
|
||||
const SCHEMA: HaFormSchema[] = [
|
||||
{ name: "title", selector: { text: {} } },
|
||||
{ name: "content", required: true, selector: { text: { multiline: true } } },
|
||||
{ name: "content", required: true, selector: { template: {} } },
|
||||
{ name: "theme", selector: { theme: {} } },
|
||||
];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user