From the admin/structure/profiles page, you can either edit an existing profile type or add a new one. Current code doesn't do anything yet. Here's my first attempt at moving this forward, or at least generate some discussion.
This form is very similar to the one for content types except for, among others, the following:
1. the current code doesn't have a "description" field in the profile_type table.
2. it doesn't address cases where one might want to change the type name (content type allows for this and keeps track of it in the "orig_type" column of the node_type table.
3. no additional_settings yet - I believe these will probably be stored in the "data" column, as a serialized array.
| Comment | File | Size | Author |
|---|---|---|---|
| edit_profile_type_03.png | 44.18 KB | dakala | |
| edit_profile_type_02.png | 42.45 KB | dakala | |
| edit_profile_type_01.png | 32.31 KB | dakala |
Comments
Comment #1
dakalaThouhgt I should assign this to myself
Comment #2
joachim commentedDuplicate of #894026: basic UI for editing / creating types.
Are you at the CPH coding sprint?