Closed bobjflong closed 8 years ago
Fixes https://github.com/sebastiaanvisser/clay/issues/120
This PR extracts the { } opinion to fields in the Config type, and adds a new htmlInline config which avoids setting them.
{
}
htmlInline
NB. inline might be a better name, but it is already used by the Display module so I thought I'd avoid it.
inline
Display
Fixes https://github.com/sebastiaanvisser/clay/issues/120
This PR extracts the
{
}
opinion to fields in the Config type, and adds a newhtmlInline
config which avoids setting them.NB.
inline
might be a better name, but it is already used by theDisplay
module so I thought I'd avoid it.