Use Case: Add content folders
Actor: Content Creator
Assumptions: Content creator has logged into the CMF (see: Use Case: Login to the Site)
- Navigate to the folder in which you would like to create sub-folders.
- In the "Folder contents" view of the folder, select the "New" button.
- From the list of addable portal types, select "Folder" by clicking
the adjacent radio button. Supply an ID for the new folder in the
input field at the bottom of the page, and click the "Add" button.
- Don't confuse the folder's ID with the its Title. ID's cannot contain special characters (e.g., comma, asterisk, brackets, parentheses, etc.) A good practise is not to use spaces in an ID either. The ID is used in the url to reach the folder's content, so any character which is not allowed in a URI is not allowed in the id (see: URI RFC).
- The system will create the new folder using the ID you supplied, and present you with a form for editing the folder's properties.
- Supply appropriate values as follows:
- Title
- a "human-readable" title for the folder.
- Description
- a brief paragraph summarizing the use to which the folder is put.
- Click the "Change" button. The system will update the folder's metadata using the values you supply.