0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-27 11:43:09 +00:00

update component/key names

This commit is contained in:
Charlie Humphreys
2023-07-15 00:14:50 -05:00
parent 18c94f95f3
commit 9d6a9c4ebf
6 changed files with 18 additions and 18 deletions

View File

@@ -2,7 +2,7 @@ const { SNIPPET_TYPE, FIELD_TYPE } = require('../../../shared/naturalcrit/codeEd
module.exports = [{
name : 'monster',
type : SNIPPET_TYPE.DEFAULT,
type : SNIPPET_TYPE.BLOCK,
fields : [{
name : 'frame',
type : FIELD_TYPE.CHECKBOX
@@ -12,7 +12,7 @@ module.exports = [{
}]
}, {
name : 'classTable',
type : SNIPPET_TYPE.DEFAULT,
type : SNIPPET_TYPE.BLOCK,
fields : [{
name : 'frame',
type : FIELD_TYPE.CHECKBOX
@@ -25,11 +25,11 @@ module.exports = [{
}]
}, {
name : 'image',
type : SNIPPET_TYPE.IMAGE,
type : SNIPPET_TYPE.INJECTOR,
fields : []
}, {
name : 'artist',
type : SNIPPET_TYPE.DEFAULT,
type : SNIPPET_TYPE.BLOCK,
fields : [{
name : 'top',
type : FIELD_TYPE.TEXT,