parent
586c0bcb78
commit
ca474b839e
File diff suppressed because one or more lines are too long
@ -1 +1,4 @@
|
||||
Not Found
|
||||
/* Sets all the text color to red! */
|
||||
/* body {
|
||||
color: red;
|
||||
} */
|
||||
|
@ -0,0 +1,4 @@
|
||||
const {globalFunc} = customJS
|
||||
let {dateadded, winetype, vintage, producer, variety, designation, theme, country, vineyard, region, terroir, appellation} = input;
|
||||
|
||||
dv.el('t', "<b>🔎 search terms:</b> \n• " + globalFunc.buildToPrint([dateadded, winetype, vintage, producer, variety, designation, theme, country, vineyard, region, terroir, appellation], ["note written", "type of wine", "vintage", "producer", "variety", "designation", "theme", "country", "vineyard", "region", "terroir", "appellation"], "\n• "));
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 35 KiB |
Loading…
Reference in new issue