Skip to content

Commit

Permalink
feat: add dataDictionaryVersion to portal_config docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Oct 26, 2024
1 parent a13b16d commit ed4f53a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/portal_config.md
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,8 @@ Below is an example, with inline comments describing what each JSON block config
"title": "My app title", // App title/name, also displayed on the App card in the /analysis page
"description": "My app description", // App title/name, also displayed on the App card in the /analysis page
"image": "/src/img/analysis-icons/myapp-image.svg", // App logo/image to be displayed on the App card in the /analysis page
"needsTeamProject": true // Optional. Whether the app needs a "team project" selection to be made by the user first. If true, it will force the user to select a "team project" first. See also https://github.com/uc-cdis/data-portal/pull/1445
"needsTeamProject": true, // Optional. Whether the app needs a "team project" selection to be made by the user first. If true, it will force the user to select a "team project" first. See also https://github.com/uc-cdis/data-portal/pull/1445
"dataDictionaryVersion": "new", // Optional, for custom AtlasDataDictionary. Set to "new" to ensure the new version of the /analysis/AtlasDataDictionary data dictionary when the user navigates to /analysis/AtlasDataDictionary.
},
{
"title": "My other app",
Expand Down

0 comments on commit ed4f53a

Please sign in to comment.