@wordpress/block-library
Version:
Block library for the WordPress editor.
13 lines (12 loc) • 448 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.MIN_EXCERPT_LENGTH = exports.MAX_POSTS_COLUMNS = exports.MAX_EXCERPT_LENGTH = void 0;
const MIN_EXCERPT_LENGTH = 10;
exports.MIN_EXCERPT_LENGTH = MIN_EXCERPT_LENGTH;
const MAX_EXCERPT_LENGTH = 100;
exports.MAX_EXCERPT_LENGTH = MAX_EXCERPT_LENGTH;
const MAX_POSTS_COLUMNS = 6;
exports.MAX_POSTS_COLUMNS = MAX_POSTS_COLUMNS;
//# sourceMappingURL=constants.js.map
;