export const contentSchema = [ { label: "", name: "rule", type: "string", ui: { component: "ruledTitle", }, }, { label: "Label", name: "label", type: "string", }, { label: "Headline", name: "headline", type: "string", }, { label: "Subhead", name: "subhead", type: "string", }, { label: "Body", name: "body", type: "rich-text", } ]