diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 18:02:51 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2021-03-02 18:02:51 +0100 |
| commit | ee364381107827718c90fa359055be8e525fe386 (patch) | |
| tree | aeaa5fe46e4827cdd838a130b007b499b7e8e5a8 /examples/index.js | |
| parent | cf4625d4e8640cdc0e7453446ee77a70f539af57 (diff) | |
cms title can be configured to be another field
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/index.js b/examples/index.js index 729c574..57bd600 100644 --- a/examples/index.js +++ b/examples/index.js @@ -26,6 +26,9 @@ var app = okcms flour: { display: "image", }, + bread: { + title: "type", + }, }, }, }, |
