most of the new pluggable template system
This commit is contained in:
parent
ba2774a146
commit
eda7058b61
11 changed files with 450 additions and 9 deletions
|
|
@ -109,6 +109,15 @@ paymentPlugins = ITransact
|
|||
|
||||
shippingPlugins = ByPrice, ByWeight, PerTransaction
|
||||
|
||||
# Specify the list of template parsers available in the system.
|
||||
|
||||
templateParsers = WebGUI::Asset::Template::HTMLTemplate
|
||||
|
||||
# Specify the default template parser.
|
||||
|
||||
defaultTemplateParser = WebGUI::Asset::Template::HTMLTemplate
|
||||
|
||||
|
||||
# Specify a the list of assets you want to appear in your
|
||||
# Add Content menus.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue