~magentix/stapy-theme-search

0073c719d99d5c0e50eb384225d15cbc2beab11b — magentix 1 year, 6 months ago e78d4d8
Adapted to last Stapy Release
2 files changed, 11 insertions(+), 2 deletions(-)

M .gitignore
M source/template/js/books.js
M .gitignore => .gitignore +10 -1
@@ 1,4 1,13 @@
**/__pycache__
venv
tests
web
build.py
stapy.py
\ No newline at end of file
stapy.py
plugins/cache.py
plugins/cssmin.py
plugins/date.py
plugins/editor.py
plugins/htmltidy.py
plugins/menu.py
plugins/pages.py
\ No newline at end of file

M source/template/js/books.js => source/template/js/books.js +1 -1
@@ 1,3 1,3 @@
const books = [
{% item.book ~ tags:book isbn:asc 10000 "," %}
{% item.book delimiter:"," ~ SELECT ITEMS WHERE "book" in tags ORDER BY isbn asc %}
];
\ No newline at end of file