Skip to content

Commit 99868c3

Browse files
000-867: ct get
1 parent cbf564e commit 99868c3

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

articles/en/SharePointOnline/cthowtocreate.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ A content type can be a form, a document template you want to use to gather info
1313

1414
# List or Library
1515

16+
First of all, make sure you have [enabled content type management](https://powershellscripts.github.io/articles/en/spo/enablect/) in your library.
1617

1718

1819

20+
<img src="/articles/img/ctcreate2.PNG" width="600">
1921

2022

2123

@@ -28,15 +30,24 @@ A content type can be a form, a document template you want to use to gather info
2830

2931

3032

33+
# Site
34+
35+
To create a content type that will be available for all lists and libraries in your site collection, navigate to **Site Settings**
36+
37+
38+
<img src="/articles/img/ctget4.PNG" width="600">
39+
40+
41+
and select **Content Types**. Click on **Create**.
3142

3243

33-
# Site
3444

35-
To create a content type that will be available for all lists and libraries in your site collection, navigate to **Site Settings** and select **Content Types**
45+
<img src="/articles/img/ctcreate0.png" width="600">
3646

3747

3848

3949

50+
<img src="/articles/img/ctcreate1.png" width="600">
4051

4152

4253

articles/en/Viva/monitorconversations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ Among other hidden gems in the Community Analytics you can monitor sentiment of
131131

132132

133133
[Viva Engage: View Analytics](https://powershellscripts.github.io/articles/en/Viva/viewanalytics/)
134+
134135
[View and manage analytics in Viva Engage](https://learn.microsoft.com/en-us/viva/engage/analytics)
135136

136137

articles/en/spo/ctget.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ date: '2025-03-15'
1414
A Content Type in SharePoint is a reusable collection of metadata, templates, and settings that define the structure and behavior of a specific type of content across a site or library. It allows organizations to standardize and manage information consistently. For example, a "Contract" content type might include specific metadata fields like "Contract Number," "Expiration Date," and "Client Name," along with a document template. By associating content types with lists or libraries, users can easily create and manage content that aligns with organizational standards, improving consistency, compliance, and searchability. Content types are foundational for building efficient information architectures in SharePoint.
1515

1616

17-
<img src="/articles/img/ctget1.PNG" width="600">
17+
<img src="/articles/img/ctget1.png" width="600">
1818

1919

2020
This article shows you how to get all or selected content types that you have in your list or your SharePoint site.
@@ -24,10 +24,15 @@ This article shows you how to get all or selected content types that you have in
2424

2525
## User Interface - Browser
2626

27-
Navigate to Library or List Settings. There you will see Content Types available for this library or list. If the Content Types section is completely missing from your view, make sure to [enable content type management](https://powershellscripts.github.io/articles/en/spo/enablect/) first.
27+
Navigate to Library or List Settings. There you will see Content Types available for this library or list.
2828

2929

30-
<img src="/articles/img/ctget2.PNG" width="600">
30+
<img src="/articles/img/ctget2.png" width="600">
31+
32+
33+
34+
If the Content Types section is completely missing from your view, make sure to [enable content type management](https://powershellscripts.github.io/articles/en/spo/enablect/) first.
35+
3136

3237

3338
<br/><br/>
@@ -143,12 +148,12 @@ Disconnect-PnPOnline
143148

144149
Navigate to Site Settings.
145150

146-
<img src="/articles/img/ctget3.PNG" width="600">
151+
<img src="/articles/img/ctget3.png" width="600">
147152

148153
Open the Site Settings and under Web Designer Galleries you will find a link to a list of your site content types.
149154

150155

151-
<img src="/articles/img/ctget4.PNG" width="600">
156+
<img src="/articles/img/ctget4.png" width="600">
152157

153158

154159
<br/><br/>

articles/img/ctcreate2.png

42.4 KB
Loading

0 commit comments

Comments
 (0)