Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions instance/forms/user_registration.liquid
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
---
name: user_registration
resource: User
fields: # maciek: my intention was to rename `custom_attributes` to `fields` in custom_model_type.yml files etc, and then to
rename `properties` within configuration to `fields` as well. If we rename `configuration` to `fields` here, we would have
```
fields:
first_name:
fields:
custom_attr_1:
```
which would be quite confusing

first_name:
label: First Name
validation:
Expand Down