Commit d1f2732b authored by Jérome Perrin's avatar Jérome Perrin

post: make Post portal types members of post group

parent e813b810
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addXMLObject</string> </value> <value> <string>addXMLObject</string> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>post</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>HTML Post</string> </value> <value> <string>HTML Post</string> </value>
......
...@@ -22,6 +22,14 @@ ...@@ -22,6 +22,14 @@
<key> <string>factory</string> </key> <key> <string>factory</string> </key>
<value> <string>addXMLObject</string> </value> <value> <string>addXMLObject</string> </value>
</item> </item>
<item>
<key> <string>group_list</string> </key>
<value>
<tuple>
<string>post</string>
</tuple>
</value>
</item>
<item> <item>
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>Text Post</string> </value> <value> <string>Text Post</string> </value>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment