Add tags and smartlinks icon mappings

This commit is contained in:
Roberto Rosario
2012-01-09 02:21:17 -04:00
parent 6e24b56e0e
commit 78c99c7700

View File

@@ -1,8 +1,11 @@
# Content type <-> fam fam icon mapping
CONTENT_TYPE_ICON_MAP = {
'auth.user': 'user',
'auth.group': 'group',
'documents.document': 'page',
'permissions.role': 'medal_gold_1',
'folders.folder': 'folder',
'taggit.tag': 'tag_blue',
'linking.smartlink': 'page_link',
}