Force legacy mode, instance level and user level
This commit is contained in:
parent
db3799c344
commit
73dd93420f
9 changed files with 40 additions and 12 deletions
12
components/settings/api.latte
Normal file
12
components/settings/api.latte
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
<form action="{path('/settings/api')}" method="POST">
|
||||
<div class="field">
|
||||
<label class="checkbox">
|
||||
<input name="api-legacy" type="checkbox" checked="{isset($_COOKIE['api-legacy']) ? 'true' : 'false'}">Enable legacy mode
|
||||
</label>
|
||||
</div>
|
||||
<div class="field">
|
||||
<div class="control">
|
||||
<button class="button is-success" type="submit">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
Loading…
Add table
Add a link
Reference in a new issue