Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adamj/sharepointlists
A collection of json files used in customizing columns in SharePoint lists (Microsoft Lists).
https://github.com/adamj/sharepointlists
microsoft-lists sharepoint-lists
Last synced: 25 days ago
JSON representation
A collection of json files used in customizing columns in SharePoint lists (Microsoft Lists).
- Host: GitHub
- URL: https://github.com/adamj/sharepointlists
- Owner: AdamJ
- Created: 2024-08-26T22:22:47.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:49:19.000Z (2 months ago)
- Last Synced: 2024-08-27T15:20:01.610Z (2 months ago)
- Topics: microsoft-lists, sharepoint-lists
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Custom Columns for SharePoint Lists
The included folders contain various `json` files used in customizing columns in SharePoint lists (i.e. Microsoft Lists).
## Usage
In SharePoint lists, columns correspond to a form input, whether entered by the user or automatically by SharePoint. Each column type is collected into a folder named after the type of field and/or use case that it was applied to.
Each folder contains a `json` file with a corresponding `readme.md` file explaining what the code does. All columns must have a type assigned to them, with equivalent display choice and default values applied.
To create your own column configuration, copy the [example](example) folder and rename it to meet your desired criteria.
## Icons
All icons are from [Fluent 2](https://fluent2.microsoft.design/iconography).
To select an icon, search for one using the list found at the bottom of the [Iconography/Fluent UI Icons](https://developer.microsoft.com/en-us/fluentui#/styles/web/icons) page. Hover over the desired icon to see what Fluent UI uses to reference the icon - apply that name to the desired area in the `json` file.
---
## Available field types
- [Category](Category/Readme.md)
- [Priority](Priority/Readme.md)
- [Single User Column](SingleUserColumn/Readme.md)
- [Status](Status/Readme.md)
- [TaskType](TaskType/Readme.md)
- [TshirtSizing](TshirtSizing/Readme.md)