code: list+create improvements, expanded notes, added logging

This commit is contained in:
2024-02-07 13:37:35 +01:00
parent fdbc37db06
commit 1c6317808a
18 changed files with 293 additions and 90 deletions
+15
View File
@@ -39,3 +39,18 @@ auth:
In the widget section, we need to add more abilities to adjust attributes of html elements directly.
Probably options should be transmitted via JSON data.
## Form Foomatics
- multi-item form fields (as in multiple inputs for one field, or multiple fields inside one field)
```html
<div class="field">
<label>Field Summary</label>
<div class="two fields">
<div class="field">
<input>...</input>
</div>
</div>
</div>
```
-