CSS class stripped out?+discussion

classes not beginning with "w-" are stripped.

--Ethan McCutchen.....2013-09-03 21:02:32 +0000

Sweet. Is this true just for things that are card content?

--Lora Friedenthal.....2013-09-03 22:01:08 +0000

only card content. (and not all cards: HTML card content (content of cards of the HTML type) is not altered)

--Ethan McCutchen.....2013-09-03 22:48:37 +0000

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 ?

--Gerry Gleason.....2013-09-05 22:17:05 +0000

HTML cards have this:

 

def clean_html?

false

end

 

Layout cards have this:

include Card::Set::Type::Html

--Ethan McCutchen.....2013-09-05 22:22:40 +0000

And a layout card would be a CSS stylesheet for any card assigned that layout?

--Lora Friedenthal.....2013-09-05 23:19:22 +0000

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)

--Ethan McCutchen.....2013-09-06 02:23:06 +0000