Merge branch 'main' into test/generate-svg-logo
This commit is contained in:
commit
e912b8a4d1
1 changed files with 2 additions and 2 deletions
|
@ -48,7 +48,7 @@
|
|||
<label for="logo_variant">
|
||||
Variant
|
||||
</label>
|
||||
<select id="logo_variant" value="DarkText">
|
||||
<select id="logo_variant" name="variant" value="DarkText">
|
||||
<option value="DarkText" selected>dark text</option>
|
||||
<option value="LightText">light text</option>
|
||||
<option value="NoText">no text</option>
|
||||
|
@ -59,7 +59,7 @@
|
|||
Orientation
|
||||
</label>
|
||||
|
||||
<select id="logo_orientation" value="Landscape">
|
||||
<select id="logo_orientation" name="orientation" value="Landscape">
|
||||
<option value="Landscape" selected>landscape</option>
|
||||
<option value="Portrait" selected>portrait</option>
|
||||
</select>
|
||||
|
|
Loading…
Reference in a new issue