Commit 46f9b8aa authored by Kevin Deldycke's avatar Kevin Deldycke

Add dummy widgets in the default layout.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9501 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c76713ae
......@@ -39,6 +39,12 @@
</object>
</value>
</item>
<item>
<key> <string>_objects</string> </key>
<value>
<tuple/>
</value>
</item>
<item>
<key> <string>action</string> </key>
<value> <string></string> </value>
......@@ -55,7 +61,9 @@
<key> <string>group_list</string> </key>
<value>
<list>
<string>default</string>
<string>content_header</string>
<string>right_column</string>
<string>search_bar</string>
</list>
</value>
</item>
......@@ -64,9 +72,29 @@
<value>
<dictionary>
<item>
<key> <string>default</string> </key>
<key> <string>content_header</string> </key>
<value>
<list>
<string>page_title</string>
<string>page_summary</string>
</list>
</value>
</item>
<item>
<key> <string>right_column</string> </key>
<value>
<list>
<string>latest_news</string>
<string>latest_memos</string>
</list>
</value>
</item>
<item>
<key> <string>search_bar</string> </key>
<value>
<list/>
<list>
<string>your_searchable_text</string>
</list>
</value>
</item>
</dictionary>
......
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