classes not beginning with "w-" are stripped.
Sweet. Is this true just for things that are card content?
only card content. (and not all cards: HTML card content (content of cards of the HTML type) is not altered)
Layout cards also allow unrestricted HTML in them, right? Is that a form of inheritance from HTML or just declaring the model method to skip clean_html ?
HTML cards have this:
def clean_html?
false
end
Layout cards have this:
include Card::Set::Type::Html
And a layout card would be a CSS stylesheet for any card assigned that layout?
Layout is a cardtype. They're basically special html cards intended to be used as page structure. We may renamed them to be that.
(btw gerry, please help keep convo on wagneer level in support tickets)