UNPKG

@wordpress/block-library

Version:
9 lines (8 loc) 393 B
export const LINK_DESTINATION_NONE = 'none'; export const LINK_DESTINATION_MEDIA = 'media'; export const LINK_DESTINATION_LIGHTBOX = 'lightbox'; export const LINK_DESTINATION_ATTACHMENT = 'attachment'; export const LINK_DESTINATION_MEDIA_WP_CORE = 'file'; export const LINK_DESTINATION_ATTACHMENT_WP_CORE = 'post'; export const DEFAULT_MEDIA_SIZE_SLUG = 'large'; export const MAX_COLUMNS = 8;