Skip to content
This repository has been archived by the owner on Aug 17, 2023. It is now read-only.

Make all compiler options configurable as Django setting #67

Open
rowanseymour opened this issue Mar 20, 2017 · 1 comment
Open

Make all compiler options configurable as Django setting #67

rowanseymour opened this issue Mar 20, 2017 · 1 comment
Milestone

Comments

@rowanseymour
Copy link
Member

Instead of a single Django setting per compiler option, just have one which is a dict, i.e.

HAMPLY_OPTIONS = {
  "escape_attrs" : True,
  "format": "xhtml"
}
@rowanseymour rowanseymour added this to the Release 2.0 milestone Mar 20, 2017
@jlward
Copy link

jlward commented Nov 28, 2017

+1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants