From 4cb3c90058c2352515885f5a8b907b07fa3640e5 Mon Sep 17 00:00:00 2001 From: leekelleher Date: Fri, 9 Jun 2023 11:40:19 +0100 Subject: [PATCH] [WIP] DataPicker - stub for docs --- docs/editors/data-picker.md | 43 ++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/docs/editors/data-picker.md b/docs/editors/data-picker.md index 711a0089..7128a388 100644 --- a/docs/editors/data-picker.md +++ b/docs/editors/data-picker.md @@ -4,4 +4,45 @@ ### Data Picker -Data Picker is a picker for larger queryable data-sources; for scenarios where Data List has its limitations. +Data Picker is a picker for larger queryable data-sources; for scenarios where [Data List](data-list.md) has its limitations. + + +### How to configure the editor? + + + + +### How to use the editor? + + + + +### How to extend this with my own stuff? + + + + +#### Extending with your own custom data source + + + + +##### Accessing contextual content + + + + +#### Providing custom values for published content models + + + + +#### Extending with your own custom display modes + + + + +### How to get the value? + + +