theme: upgrade to v4.7-dev - get dropdown fix
This commit is contained in:
parent
bc9833cf97
commit
2cfc1551f0
2 changed files with 2 additions and 1 deletions
|
@ -170,6 +170,7 @@ plugins_js = []
|
|||
[address_formats]
|
||||
en-us = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ' ', '']}
|
||||
en-gb = {order = ['street', 'city', 'region', 'postcode'], delimiters = [', ', ', ', ', ', '']}
|
||||
de = {order = ['street', 'postcode', 'city'], delimiters = [', ', ' ', '']}
|
||||
zh = {order = ['postcode', 'region', 'city', 'street'], delimiters = [' ', ' ', ' ', '']}
|
||||
|
||||
# Configuration of publication pages.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue