added content types for storing project information
Showing
4 changed files
with
53 additions
and
45 deletions
src/components/layout/project-image.json
0 → 100644
-
Please register or sign in to post a comment
... | ... | @@ -41,13 +41,13 @@ |
] | ||
}, | ||
"title1": { | ||
"type": "text" | ||
"type": "richtext" | ||
}, | ||
"title2": { | ||
"type": "text" | ||
"type": "richtext" | ||
}, | ||
"title3": { | ||
"type": "text" | ||
"type": "richtext" | ||
} | ||
} | ||
} |