Skip to content

Instantly share code, notes, and snippets.

View bwya77's full-sized avatar
📱
Message me on Telegram @bwya77

Bradley Wyatt bwya77

📱
Message me on Telegram @bwya77
View GitHub Profile
@bwya77
bwya77 / columnformat.json
Created May 8, 2025 14:43
SharePoint List - Custom Multi-Line Text Format
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "div",
"style": {
"display": "flex",
"flex-direction": "column",
"min-height": "40px",
"max-height": "120px",
"padding": "8px",
"border-radius": "4px",