Moved html editor to ingredients, added additional styling options and added md file for bartender settings und queries.
This commit is contained in:
@@ -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>
|
||||
```
|
||||
Reference in New Issue
Block a user