Skip to content

Commit

Permalink
fix hierarchy error
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasrodes committed Oct 20, 2023
1 parent ce828b3 commit f09a370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/architecture/metadata/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ In an ideal world, we could define all previous fields for all indicators, but i

!!! info "Title hierarchy"

In general, the hierarchy is: `presentation.title_public > grapher_config.title > display.name > indicator.title`
In general, the hierarchy is: `presentation.title_public > presentation.grapher_config.title > display.name > indicator.title`

The following places on our (internal/public) website will be populated using this hierarchy:

- **Admin**: `indicator.title`
- **Charts**:
- **'Learn more about this data'** and **Table view** (and possibly other public places): `display.name > indicator.title`
- **Chart title**: `grapher_config.title > display.name > indicator.title`
- **Data page title**: `presentation.title_public > grapher_config.title > display.name > indicator.title`
- **Chart title**: `presentation.grapher_config.title > display.name > indicator.title`
- **Data page title**: `presentation.title_public > presentation.grapher_config.title > indicator.title`

0 comments on commit f09a370

Please sign in to comment.