File tree Expand file tree Collapse file tree
lexicons/pub/leaflet/blocks Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
2+ " @hypercerts-org/lexicon " : patch
3+ ---
4+
5+ Sync vendored ` pub.leaflet.blocks.image ` lexicon with upstream, adding the optional ` fullBleed ` boolean property
Original file line number Diff line number Diff line change @@ -801,11 +801,12 @@ Configuration for a specific contributor within a board. Values serve as fallbac
801801
802802#### Properties
803803
804- | Property | Type | Required | Description | Comments |
805- | ------------- | -------- | -------- | ----------------------------------------------------- | ------------------------------------ |
806- | ` image ` | ` blob ` | ✅ | | maxSize: 1000000, accepts: ` image/* ` |
807- | ` alt ` | ` string ` | ❌ | Alt text description of the image, for accessibility. | |
808- | ` aspectRatio ` | ` ref ` | ✅ | | |
804+ | Property | Type | Required | Description | Comments |
805+ | ------------- | --------- | -------- | ------------------------------------------------------------------------------------- | ------------------------------------ |
806+ | ` image ` | ` blob ` | ✅ | | maxSize: 1000000, accepts: ` image/* ` |
807+ | ` alt ` | ` string ` | ❌ | Alt text description of the image, for accessibility. | |
808+ | ` aspectRatio ` | ` ref ` | ✅ | | |
809+ | ` fullBleed ` | ` boolean ` | ❌ | Whether the image should extend to the full width of the container, ignoring padding. | |
809810
810811#### Defs
811812
Original file line number Diff line number Diff line change 1818 "aspectRatio" : {
1919 "type" : " ref" ,
2020 "ref" : " #aspectRatio"
21+ },
22+ "fullBleed" : {
23+ "type" : " boolean" ,
24+ "description" : " Whether the image should extend to the full width of the container, ignoring padding."
2125 }
2226 }
2327 },
You can’t perform that action at this time.
0 commit comments