Skip to content

Commit a14503a

Browse files
000-869: ct how to create
1 parent 69a3ac0 commit a14503a

File tree

3 files changed

+55
-4
lines changed

3 files changed

+55
-4
lines changed

articles/en/spo/ctget.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,4 +240,30 @@ if ($ContentType -ne $null) {
240240
[Add content type using Powershell and CSOM](https://powershellscripts.github.io/articles/en/SharePointOnline/Add%20content%20type/)
241241

242242

243-
[Find content type ID](https://powershellscripts.github.io/articles/en/SharePointOnline/findctid/)
243+
[Find content type ID](https://powershellscripts.github.io/articles/en/SharePointOnline/findctid/)
244+
245+
246+
247+
248+
249+
250+
251+
<!-- Default Statcounter code for SPO enable ct
252+
https://powershellscripts.github.io/articles/en/spo/enablect/
253+
-->
254+
<script type="text/javascript">
255+
var sc_project=13073435;
256+
var sc_invisible=1;
257+
var sc_security="a5c7940a";
258+
var sc_client_storage="disabled";
259+
</script>
260+
<script type="text/javascript"
261+
src="https://www.statcounter.com/counter/counter.js"
262+
async></script>
263+
<noscript><div class="statcounter"><a title="Web Analytics"
264+
href="https://statcounter.com/" target="_blank"><img
265+
class="statcounter"
266+
src="https://c.statcounter.com/13073435/0/a5c7940a/1/"
267+
alt="Web Analytics"
268+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
269+
<!-- End of Statcounter Code -->

articles/en/spo/cthowtocreate.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To create a content type that will be available for all lists and libraries in y
1919
2. Select **Site information** > View all site settings.
2020

2121

22-
<img src="/articles/img/ctget4.PNG" width="600">
22+
<img src="/articles/img/ctget4.png" width="600">
2323

2424

2525
In the site settings select **Content Types**. Click on **Create**.
@@ -46,7 +46,7 @@ First of all, make sure you have [enabled content type management](https://power
4646

4747
If the content management is enabled, go to your list or library and click on **Add column**. Scroll to the bottom of your column list and select **Add a content type**
4848

49-
<img src="/articles/img/ctcreate2.PNG" width="600">
49+
<img src="/articles/img/ctcreate2.png" width="600">
5050

5151

5252
Select the content type that you created.
@@ -60,4 +60,29 @@ Select the content type that you created.
6060
[Add content type using Powershell and CSOM](https://powershellscripts.github.io/articles/en/SharePointOnline/Add%20content%20type/)
6161

6262

63-
[Find content type ID](https://powershellscripts.github.io/articles/en/SharePointOnline/findctid/)
63+
[Find content type ID](https://powershellscripts.github.io/articles/en/SharePointOnline/findctid/)
64+
65+
66+
67+
68+
69+
70+
<!-- Default Statcounter code for SPO enable ct
71+
https://powershellscripts.github.io/articles/en/spo/enablect/
72+
-->
73+
<script type="text/javascript">
74+
var sc_project=13073435;
75+
var sc_invisible=1;
76+
var sc_security="a5c7940a";
77+
var sc_client_storage="disabled";
78+
</script>
79+
<script type="text/javascript"
80+
src="https://www.statcounter.com/counter/counter.js"
81+
async></script>
82+
<noscript><div class="statcounter"><a title="Web Analytics"
83+
href="https://statcounter.com/" target="_blank"><img
84+
class="statcounter"
85+
src="https://c.statcounter.com/13073435/0/a5c7940a/1/"
86+
alt="Web Analytics"
87+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
88+
<!-- End of Statcounter Code -->
File renamed without changes.

0 commit comments

Comments
 (0)