img popup base
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 26s

This commit is contained in:
Julie Blanc 2026-03-23 11:13:50 +01:00
parent 87c08bc529
commit 75e7f375b3
20 changed files with 532 additions and 23 deletions

View file

@ -126,6 +126,10 @@ export const PARAGRAPH_CLASS_DEFAULTS = Object.freeze({
}),
});
export const IMAGE_DEFAULTS = Object.freeze({
width: Object.freeze({ value: 100, unit: '%' }),
});
export const INLINE_DEFAULTS = Object.freeze({
em: Object.freeze({ fontStyle: 'italic' }),
i: Object.freeze({ fontStyle: 'italic' }),