Fix config - again
This commit is contained in:
parent
05058f9e05
commit
836be7903b
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ Additionally, it provides a proper display name for reporting purposes.
|
||||||
{% set dimensions = [
|
{% set dimensions = [
|
||||||
{"dimension": "'global'", "dimension_display": "'Global'"},
|
{"dimension": "'global'", "dimension_display": "'Global'"},
|
||||||
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"},
|
{"dimension": "'by_number_of_listings'", "dimension_display": "'By # of Listings Booked in 12 Months'"},
|
||||||
{"dimension": "'by_billing_country'", "dimension_value": "'By Billing Country'"}
|
{"dimension": "'by_billing_country'", "dimension_display": "'By Billing Country'"}
|
||||||
] %}
|
] %}
|
||||||
{{ return(dimensions) }}
|
{{ return(dimensions) }}
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue