add all images has .block-image
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s

This commit is contained in:
Julie Blanc 2026-03-23 12:26:34 +01:00
parent 2eaf9aab7e
commit bdda8dc8a5
6 changed files with 352 additions and 73 deletions

View file

@ -128,6 +128,7 @@ export const PARAGRAPH_CLASS_DEFAULTS = Object.freeze({
export const IMAGE_DEFAULTS = Object.freeze({
width: Object.freeze({ value: 100, unit: '%' }),
height: Object.freeze({ auto: true, value: 400, unit: 'px' }),
});
export const INLINE_DEFAULTS = Object.freeze({