You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have just created a new Strapi project! You can start playing with Strapi and discover the product by yourself using our [User Guide](/user-docs/intro), or proceed to part B below.
@@ -82,15 +82,15 @@ The Content-type Builder plugin helps you create your data structure. When creat
82
82
83
83
Your restaurants directory will eventually include many restaurants, so we need to create a "Restaurant" collection type. Then we can describe the fields to display when adding a new restaurant entry:
84
84
85
-
1.Go to Plugins [Content-type Builder](http://localhost:1337/admin/plugins/content-type-builder) in the main navigation.
85
+
1.Click on the **Create your first Content type** button.<br />If it's not showing up, go to Plugins [Content-type Builder](http://localhost:1337/admin/plugins/content-type-builder) in the main navigation.
86
86
2. Click on **Create new collection type**.
87
87
3. Type `Restaurant` for the _Display name_, and click **Continue**.
88
88
4. Click the Text field.
89
-
5. Type `name` in the _Name_ field.
89
+
5. Type `Name` in the _Name_ field.
90
90
6. Switch to the _Advanced Settings_ tab, and check the **Required field** and the **Unique field** settings.
91
91
7. Click on **Add another field**.
92
92
8. Choose the Rich text field.
93
-
9. Type `description` under the _Name_ field, then click **Finish**.
93
+
9. Type `Description` under the _Name_ field, then click **Finish**.
94
94
10. Finally, click **Save** and wait for Strapi to restart.
95
95
96
96

@@ -105,12 +105,11 @@ It would help getting a bit more organized if our restaurants directory had some
105
105
2. Click on **Create new collection type**.
106
106
3. Type `Category` for the _Display name_, and click **Continue**.
107
107
4. Click the Text field.
108
-
5. Type `name` in the _Name_ field.
108
+
5. Type `Name` in the _Name_ field.
109
109
6. Switch to the _Advanced Settings_ tab, and check the **Required field** and the **Unique field** settings.
110
110
7. Click on **Add another field**.
111
111
8. Choose the Relation field.
112
-
9. On the right side, click the _Category_ relational fields box and select "Restaurant".
113
-
10. In the center, select the icon that represents "many-to-many" . The text should read `Categories has and belongs to many Restaurants`.
112
+
9. In the center, select the icon that represents "many-to-many" . The text should read `Categories has and belongs to many Restaurants`.
@@ -150,7 +149,7 @@ The "French Food" and "Brunch" categories are now listed in the [Collection type
150
149
151
150
Go to [Content Manager > Collection types - Restaurant](http://localhost:1337/admin/content-manager/collectionType/api::restaurant.restaurant) in the navigation, and click on "Biscotte Restaurant".
152
151
153
-
In the **Categories** drop-down list at the bottom of the page, select "Brunch". Click **Save**.
152
+
In the **Categories** drop-down list, select "Brunch". Click **Save**.
0 commit comments