Remove id

This commit is contained in:
Ian Richardson 2018-12-10 23:13:26 -06:00
parent d7e5993501
commit 0319fd23c5

View File

@ -14,7 +14,6 @@ import { configElementStyle } from "./config-elements-style";
const cardConfigStruct = struct({
type: "string",
id: "string|number",
title: "string?",
content: "string",
});