revert 65260f63c67562ea2821c31d37a0ac3caa755fd8
revert Static CMS v4 (#250) Schließt #247 Reviewed-on: #250
This commit is contained in:
@ -3,7 +3,6 @@ import {
|
||||
DateFormat,
|
||||
MarkdownProps,
|
||||
PatternEmail,
|
||||
ImageProps
|
||||
} from "../props.js";
|
||||
import { DescriptionText, EnableBoolean, Title } from "./widgets.js";
|
||||
|
||||
@ -37,7 +36,8 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "image",
|
||||
label: "Bild",
|
||||
...ImageProps,
|
||||
widget: "image",
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
name: "stats",
|
||||
@ -75,6 +75,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "body",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: false,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -90,6 +91,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "body",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: false,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -105,6 +107,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "content",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: true,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -128,6 +131,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "body",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: false,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -269,6 +273,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "body",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: false,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -284,6 +289,7 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "body",
|
||||
label: "Inhalt",
|
||||
widget: "markdown",
|
||||
required: false,
|
||||
...MarkdownProps,
|
||||
},
|
||||
@ -296,7 +302,8 @@ const IndexPagesCollection = {
|
||||
{
|
||||
name: "image",
|
||||
label: "Bild",
|
||||
...ImageProps,
|
||||
widget: "image",
|
||||
required: false,
|
||||
},
|
||||
{
|
||||
name: "quote",
|
||||
|
Reference in New Issue
Block a user