Moved html editor to ingredients, added additional styling options and added md file for bartender settings und queries.

This commit is contained in:
2026-02-03 21:45:05 +01:00
parent 64422fc68e
commit cb7e7210de
4 changed files with 48 additions and 22 deletions
+23
View File
@@ -0,0 +1,23 @@
# Bartender settings
---
## SQL
---
### HTML settings for label
### Product title
```html
<p style="text-align: center; font-size: 16px; font-family: Arial;"><b>
</b></p>
```
### Allergens info
```html
<html><head><style type='text/css'>body {font-family: Arial; font-size: 7px;}</style></head><body>
</body></html>
```