mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-16 17:30:43 -07:00
context-1
This commit is contained in:
@@ -27,6 +27,15 @@ class Servlet < LiquidServlet
|
||||
{ 'products' => products_list, 'more_products' => more_products_list, 'description' => description, 'section' => 'Snowboards', 'cool_products' => true }
|
||||
end
|
||||
|
||||
def settings
|
||||
{
|
||||
'settings' => {
|
||||
'text' => 'Liquid',
|
||||
'font' => 'Arial'
|
||||
}
|
||||
}
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def products_list
|
||||
|
||||
Reference in New Issue
Block a user