forked from cory/tildefriends
admin: Global settings can be specified on the command-line. Removed some previous, less thorough ways of configuring things. #102
This commit is contained in:
@ -72,7 +72,7 @@ ${description.value}</textarea
|
||||
</button>
|
||||
</li>
|
||||
`;
|
||||
} else {
|
||||
} else if (description.type != 'hidden') {
|
||||
return html`
|
||||
<li class="w3-row">
|
||||
<label class="w3-quarter" for=${'gs_' + key} style="font-weight: bold">${title_case(key)}</label>
|
||||
|
Reference in New Issue
Block a user