update default value of the author show
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Simon Vieille 2024-04-18 20:24:25 +02:00
parent 0d1f15b30e
commit b2266f346f
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -404,7 +404,7 @@ export default {
tool: localStorage.getItem('tool') ?? 'heading',
author: localStorage.getItem('author') ?? 'Author name',
authorSize: localStorage.getItem('authorSize') ?? 2.5,
authorShow: localStorage.getItem('authorShow') ?? true,
authorShow: localStorage.getItem('authorShow') ?? 1,
authorPadding: localStorage.getItem('authorPadding') ?? 10,
authorAlign: localStorage.getItem('authorAlign') ?? 'left',
authorTextColor: localStorage.getItem('authorTextColor') ?? '#fff9e6',
@ -427,7 +427,7 @@ export default {
width: localStorage.getItem('width') ?? 1200,
height: localStorage.getItem('height') ?? 600,
contentPadding: localStorage.getItem('contentPadding') ?? 20,
allowHtml: localStorage.getItem('allowHtml') ?? false,
allowHtml: localStorage.getItem('allowHtml') ?? 0,
ogMaxWidth: 100,
tools: {
heading: 'Heading',