The About Modal is a modal which gives very basic information about your app. This does not need to be called by you, as it is called for you by the FwHeader
. The About Modal can be called from the dropdown to the right of the header.
Nothing displayed in the modal can be configured by passing information into the model attribute, but the information is all dynamic and can be configured by looking at two places: Group Control or fw.json
.
Some of the information is pulled directly from Group Control, namely, the App Name, App Description and More Information Link (Link field on App model). This can hypothetically be changed per database, though it is not advised that you would change the defaults set by the initial database migration. The More Information Link is the one of these three values which is not set by default in the database migration, so that each database must edit the link field on the app to cause this link to show up.
The rest of the information is set by the values of fw.json
, including:
version
will display under the title, and this is the current version of the app.authors
,maintainers
, andpreviousMaintainers
should all be set as arrays infw.json
, and they will be displayed in the About modal under these names as a string separated by a '|' between each value