add all images has .block-image
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s
All checks were successful
Deploy / Build and Deploy to Production (push) Successful in 22s
This commit is contained in:
parent
2eaf9aab7e
commit
bdda8dc8a5
6 changed files with 352 additions and 73 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue