-
Notifications
You must be signed in to change notification settings - Fork 187
Description
Component/pattern to amend
Basic Section
Update the basic section's logo block item to support passing a subtitle (or some other name, up to decision by designers) that describes the logo block.
Visual
Context
This design includes a short title above a logo block in an area of content that could otherwise be achievable with a basic section pattern. However, the logo block does not expect or display any additional text above the logo block, and the basic section logo block design does not include it either.
This means that content like this must be displayed without using the basic section (as was done here), or a user could manually create it by using a "description" block for free HTML prior to a logo block.
If this is a recurring pattern, it seems to me that we should create a named parameter for this as part of the basic section logo block API.
If this sort of requirement could hold for all of the basic section blocks, we could also implement it at a higher, block-agnostic level (so that any block could include this subtitle).