Skip to content

Commit 245e7b3

Browse files
committed
Fix icons
1 parent f8d3c87 commit 245e7b3

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<registry xmlns:i18n="http://xml.zope.org/namespaces/i18n"
3+
i18n:domain="experimental.doodle"
4+
>
5+
6+
<record name="plone.icon.contenttype/doodle">
7+
<field type="plone.registry.field.TextLine">
8+
<title>Doodle content type icon</title>
9+
</field>
10+
<value key="resource">++plone++bootstrap-icons/list-check.svg</value>
11+
</record>
12+
13+
</registry>

src/experimental/doodle/profiles/default/types/Doodle.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<property name="schema">experimental.doodle.content.interfaces.IDoodle</property>
1515
<property name="klass">experimental.doodle.content.doodle.Doodle</property>
1616
<property name="add_view_expr">string:${folder_url}/++add++Doodle</property>
17-
<property name="icon_expr">string:contenttype/event</property>
17+
<property name="icon_expr">string:contenttype/doodle</property>
1818
<property name="filter_content_types">True</property>
1919
<property name="allowed_content_types" />
2020
<property name="global_allow">True</property>

0 commit comments

Comments
 (0)