Skip to content

Commit 13cdacf

Browse files
committed
MC-19861: Update datastore docs
Fixed md format based on md linter
1 parent 4b06a2b commit 13cdacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/reference/data-store.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Page Builder data store
22

33
## Summary
4+
45
The data store is a utility class that stores the user's input data for a content type. When Page Builder creates a content type, either from the master storage format or from a user dragging and dropping a content type, Page Builder also creates a data store instance for that content type. Whenever the user modifies a content type, either by editing it on the stage or from the UI component form, Page Builder updates the data store with the new data. The master format and preview both fetch the data required for their render from the data store.
56

67
## Access

0 commit comments

Comments
 (0)