We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 564eb4f commit 97ecf0cCopy full SHA for 97ecf0c
en/Plugins/Guides/Build a Bases view.md
@@ -142,10 +142,7 @@ export class MyBasesView extends BasesView implements HoverParent {
142
143
// The property separator configured by the ViewOptions above can be
144
// retrieved from the view config. Be sure to set a default value.
145
- const propertySeparator = String(
146
- this.config.get(PROPERTY_SEPARATOR_KEY) ||
147
- DEFAULT_PROPERTY_SEPARATOR
148
- );
+ const propertySeparator = String(this.config.get('separator')) || ' - ';
149
150
// this.data contains both grouped and ungrouped versions of the data.
151
// If it's appropriate for your view type, use the grouped form.
0 commit comments