Forum Discussion
How can Categories in SharePoint modern site be managed
- Feb 17, 2020
to extend Norman Young response. If you want to manage your categories separately to the Site pages library you might consider using the Term Store as the place where you record the category terms.
You need to set up your categories in the Term Store first, then when you create a custom column in your Site Pages library. Rather than select the 'Choice' column type, select the 'Managed Metadata' column type. The column settings screen will update so that you can select the term set you created earlier in the Term Store.
The benefit of using the Term Store to house your categories is that these can be used for other libraries in your site, and even other site collections not just your site pages library.
You may need to get your Office 365 Admin or SharePoint Admin to give you permission to add term sets and terms to the Term Store. To access the term store go to /_layouts/15/settings.aspx (site settings) then choose Term Store management (under heading Site Administration)
to extend Norman Young response. If you want to manage your categories separately to the Site pages library you might consider using the Term Store as the place where you record the category terms.
You need to set up your categories in the Term Store first, then when you create a custom column in your Site Pages library. Rather than select the 'Choice' column type, select the 'Managed Metadata' column type. The column settings screen will update so that you can select the term set you created earlier in the Term Store.
The benefit of using the Term Store to house your categories is that these can be used for other libraries in your site, and even other site collections not just your site pages library.
You may need to get your Office 365 Admin or SharePoint Admin to give you permission to add term sets and terms to the Term Store. To access the term store go to /_layouts/15/settings.aspx (site settings) then choose Term Store management (under heading Site Administration)
Jenny Bruce thank you very much for a very helpful post