@wordpress/block-library
Version:
Block library for the WordPress editor.
17 lines (16 loc) • 1.14 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.SIZED_LAYOUTS = exports.NEW_TAB_REL = exports.MIN_SIZE = exports.MEDIA_ID_NO_FEATURED_IMAGE_SET = exports.LINK_DESTINATION_NONE = exports.LINK_DESTINATION_MEDIA = exports.LINK_DESTINATION_CUSTOM = exports.LINK_DESTINATION_ATTACHMENT = exports.DEFAULT_MEDIA_SIZE_SLUG = exports.ALLOWED_MEDIA_TYPES = void 0;
const MIN_SIZE = exports.MIN_SIZE = 20;
const LINK_DESTINATION_NONE = exports.LINK_DESTINATION_NONE = 'none';
const LINK_DESTINATION_MEDIA = exports.LINK_DESTINATION_MEDIA = 'media';
const LINK_DESTINATION_ATTACHMENT = exports.LINK_DESTINATION_ATTACHMENT = 'attachment';
const LINK_DESTINATION_CUSTOM = exports.LINK_DESTINATION_CUSTOM = 'custom';
const NEW_TAB_REL = exports.NEW_TAB_REL = ['noreferrer', 'noopener'];
const ALLOWED_MEDIA_TYPES = exports.ALLOWED_MEDIA_TYPES = ['image'];
const MEDIA_ID_NO_FEATURED_IMAGE_SET = exports.MEDIA_ID_NO_FEATURED_IMAGE_SET = 0;
const SIZED_LAYOUTS = exports.SIZED_LAYOUTS = ['flex', 'grid'];
const DEFAULT_MEDIA_SIZE_SLUG = exports.DEFAULT_MEDIA_SIZE_SLUG = 'full';
//# sourceMappingURL=constants.js.map
;