...
Add a new procedure in the UI layer by making the following changes:
- Add two (2) new HTML template files, cloning and editing from similar files
- main record page (in defaults/html/pages)
- advanced search page (in defaults/html/components)
- Add two (2) new JSON config files in the UI's defaults/config folder, cloning and editing from similar files
- main record page (...json)
- secondary tab page (...-tab.json) (this config file is needed for a new procedure, but not for a new authority record type)
- Bundle overlay fileAdd text labels relevant to the new procedure to the default message bundle file, defaults/bundle/core-messages.properties
Fetch the UISpec after doing app layer config in order to make editing the HTML templates easier. This will show you:
...