Skip to content

Commit 0ca18c8

Browse files
committed
control panel default values
1 parent e58f096 commit 0ca18c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/cs_dynamicpages/controlpanels/dynamica_pages_control_panel

src/cs_dynamicpages/controlpanels/dynamica_pages_control_panel/controlpanel.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class IDynamicaPagesControlPanel(Interface):
4747
},
4848
{
4949
"row_type": "cs_dynamicpages-query-three-columns-view",
50-
"each_row_type_fields": ["ICollection.query", "ICollection.sort_on", "ICollection.sort_order", "ICollection.betweeen", "ICollection.limit"],
50+
"each_row_type_fields": ["IBasic.title", "ICollection.query", "ICollection.sort_on", "ICollection.sort_order", "ICollection.betweeen", "ICollection.limit"],
5151
},
5252
],
5353
)

0 commit comments

Comments
 (0)