@wordpress/editor
Version:
Enhanced block editor for WordPress posts.
9 lines (8 loc) • 324 B
JavaScript
// packages/editor/src/components/post-title/constants.js
var DEFAULT_CLASSNAMES = "wp-block wp-block-post-title block-editor-block-list__block editor-post-title editor-post-title__input rich-text";
var REGEXP_NEWLINES = /[\r\n]+/g;
export {
DEFAULT_CLASSNAMES,
REGEXP_NEWLINES
};
//# sourceMappingURL=constants.mjs.map