-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathexample.js
More file actions
5 lines (5 loc) · 1.59 KB
/
example.js
File metadata and controls
5 lines (5 loc) · 1.59 KB
1
2
3
4
5
export default {
attributes: {
uniqueId: 'feb3776', hasBackground: false, hasBorders: false, hasContainer: false, imageShow: true, imageSize: 'full', imageWidth: 100, imageShapeStretch: true, effectAnimationOut: {}, effectAnimationIn: {}, customAttributes: [], hideDesktop: false, hideTablet: false, hideMobile: false, displayCondition: {}, titleHasP: false, titleShow: true, titleTextTag: 'h3', categoryHasP: false, categoryShow: true, excerptHasP: false, excerptShow: true, metaHasP: false, metaShow: true, readmoreHasP: false, readmoreShow: true, stkQueryId: 1, contentOrder: [ 'category', 'featured-image', 'title', 'meta', 'excerpt', 'readmore' ], numberOfItems: 1, order: 'desc', orderBy: 'date', type: 'post', taxonomyType: 'category', taxonomyFilterType: '__in', authorShow: true, dateShow: true, commentsShow: true, imageHasLink: true, blockBackgroundCustomSizeUnit: '%', blockBackgroundCustomSizeUnitTablet: '%', blockBackgroundCustomSizeUnitMobile: '%', containerBackgroundCustomSizeUnit: '%', containerBackgroundCustomSizeUnitTablet: '%', containerBackgroundCustomSizeUnitMobile: '%', imageWidthUnit: '%', titleLineHeightUnit: 'em', titleLineHeightUnitTablet: 'em', titleLineHeightUnitMobile: 'em', categoryLineHeightUnit: 'em', categoryLineHeightUnitTablet: 'em', categoryLineHeightUnitMobile: 'em', excerptLineHeightUnit: 'em', excerptLineHeightUnitTablet: 'em', excerptLineHeightUnitMobile: 'em', metaLineHeightUnit: 'em', metaLineHeightUnitTablet: 'em', metaLineHeightUnitMobile: 'em', readmoreLineHeightUnit: 'em', readmoreLineHeightUnitTablet: 'em', readmoreLineHeightUnitMobile: 'em',
}, innerBlocks: [],
}