-
-
Notifications
You must be signed in to change notification settings - Fork 7
Content
You can create content in the backend of the Clownfish server in the content page. Before this you have to define a class (structure) for which you want to create that content.
Assuming you have defined a user class you can now create a user content. Fill in the content name (this is used to find the content in the datamodel later in a template). Select the class (e.g. user) from the dropdown list and click the New button.
The new content is shown in the content list. Select this entry in the list and you will see the fields as a table at the bottom of the content page. Select the row of the field you want to edit. In the input field you now can edit the value of your content. Click the Edit button to save the changes. Do this for every field you like to modify. That's it.