Updated the website
This commit is contained in:
@@ -3,7 +3,7 @@ import { Actions } from "../util/actions";
|
||||
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 { PageBlocksHero } from "../../tina/__generated__/types";
|
||||
import { tinaField } from "tinacms/dist/react";
|
||||
|
||||
@@ -85,7 +85,7 @@ export const Hero = ({ data }: { data: PageBlocksHero }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export const heroBlockSchema: TinaTemplate = {
|
||||
export const heroBlockSchema: Template = {
|
||||
name: "hero",
|
||||
label: "Hero",
|
||||
ui: {
|
||||
|
||||
Reference in New Issue
Block a user