fix cms shortcodes

This commit is contained in:
2023-09-30 21:15:23 +02:00
parent 8e259537f8
commit 7dfec0b3ed
9 changed files with 71 additions and 30 deletions

View File

@ -42,13 +42,13 @@ const AudioShortcode = {
}),
h(
"span",
{ key: "audio-button", className: "flex gap-2 pt-2 px-2" },
{ key: "audio-button", className: "CMS_WidgetDateTime_NowButton_root" },
h(
"button",
{
type: "button",
onClick: handleOpenMediaLibrary,
className: "btn btn-contained-primary",
className: "CMS_Button_root CMS_Button_outlined-primary",
},
"wählen"
)