fix(build): Skeleton on block only a object in schema.

This commit is contained in:
Gervwyk 2022-04-13 21:57:50 +02:00
parent dba6f49666
commit 98d9c57d6c
2 changed files with 3 additions and 3 deletions

View File

@ -220,9 +220,9 @@ export default {
},
},
skeleton: {
type: 'array',
type: 'object',
errorMessage: {
type: 'Block "skeleton" should be an array.',
type: 'Block "skeleton" should be an object.',
},
},
style: {

View File

@ -20,7 +20,7 @@ import { blockDefaultProps } from '@lowdefy/block-utils';
const ProgressBar = ({ blockId, methods, style, properties, content }) => {
const {
progress = 30,
height = 3,
height = 4,
transitionTime = 1000,
// loaderSpeed = 500,
// waitingTime = 1000,