implement page history recorder

This commit is contained in:
yggverse 2024-04-14 15:53:40 +03:00
parent dac79339e1
commit 374df89a4f
3 changed files with 89 additions and 12 deletions

View file

@ -78,6 +78,11 @@
}
}
},
"history":
{
"enabled":true,
"timeout":null
},
"header":
{
"margin":8,
@ -129,10 +134,6 @@
}
}
}
},
"history":
{
"enabled":true
}
}
}