Clone dx-contentype TTW

I cloned a content type (News) TTW:

I changed some behaviour settings and everything works, that is really cool !

Thanks for making that so smooth and easy !

Now I'm wondering how can I give that new content type an icon ? Because currently it looks a bit 'empty' :slight_smile:

It is possible that I searched in a wrong way, but I was not able to find that in the docs or the training.

Thanks !

add the following to your CSS

body#visual-portal-wrapper.pat-plone #edit-zone .contenttype-blogentry:after {
content: '\e80e';
}

not sure, but I think the usual approach is

.contenttype-blogentry:after ( or ::after)