Put background settings into localstorage and dispatch change event

This commit is contained in:
Bryan Housel
2018-08-11 18:17:07 -04:00
parent 8af6d65e33
commit eab7f3660b
5 changed files with 37 additions and 19 deletions
+3 -1
View File
@@ -516,7 +516,9 @@ en:
custom_background:
tooltip: Edit custom background
header: Custom Background Settings
instructions: "Enter a tile URL template. Valid tokens are:\n - {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n - {-y} or {ty} for flipped TMS-style Y coordinates\n - {u} for quadtile scheme\n - {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}"
instructions: "Enter a tile URL template. Valid tokens are:\n {zoom} or {z}, {x}, {y} for Z/X/Y tile scheme\n {-y} or {ty} for flipped TMS-style Y coordinates\n {u} for quadtile scheme\n {switch:a,b,c} for DNS server multiplexing\n\nExample:\n{example}"
template:
placeholder: Enter a url template
restore:
heading: You have unsaved changes
description: "Do you wish to restore unsaved changes from a previous editing session?"