Updated the website
This commit is contained in:
@@ -2,7 +2,7 @@ import React from "react";
|
||||
import { Container } from "../util/container";
|
||||
import { Section } from "../util/section";
|
||||
import { TinaMarkdown } from "tinacms/dist/rich-text";
|
||||
import type { TinaTemplate } from "tinacms";
|
||||
import type {Template, TinaTemplate} from "tinacms";
|
||||
import { PageBlocksContent } from "../../tina/__generated__/types";
|
||||
import { tinaField } from "tinacms/dist/react";
|
||||
|
||||
@@ -23,7 +23,7 @@ export const Content = ({ data }: { data: PageBlocksContent }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const contentBlockSchema: TinaTemplate = {
|
||||
export const contentBlockSchema: Template = {
|
||||
name: "content",
|
||||
label: "Content",
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user