@wordpress/block-library
Version:
Block library for the WordPress editor.
19 lines (17 loc) • 804 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.WIDTH_CONSTRAINT_PERCENTAGE = exports.TEMPLATE = exports.LINK_DESTINATION_MEDIA = exports.LINK_DESTINATION_ATTACHMENT = exports.DEFAULT_MEDIA_SIZE_SLUG = void 0;
var _i18n = require("@wordpress/i18n");
/**
* WordPress dependencies
*/
const DEFAULT_MEDIA_SIZE_SLUG = exports.DEFAULT_MEDIA_SIZE_SLUG = 'full';
const WIDTH_CONSTRAINT_PERCENTAGE = exports.WIDTH_CONSTRAINT_PERCENTAGE = 15;
const LINK_DESTINATION_MEDIA = exports.LINK_DESTINATION_MEDIA = 'media';
const LINK_DESTINATION_ATTACHMENT = exports.LINK_DESTINATION_ATTACHMENT = 'attachment';
const TEMPLATE = exports.TEMPLATE = [['core/paragraph', {
placeholder: (0, _i18n._x)('Content…', 'content placeholder')
}]];
//# sourceMappingURL=constants.js.map
;