-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support arbitrary data unter the key
custom
in meta.yaml or meta.js…
…on is accessible via the api References #62, #71, #73 This will enable creators of custom frontends to use custom data fields / values / configuration defined in metadata. Data needs to be evaluated and validated in the frontend. - Expose custom data through api - Add custom data synonyms example - Demostrate custom data and synonyms in yaml With the help of dyno: https://stackoverflow.com/questions/40737122/convert-yaml-to-json-without-struct/40737676#40737676
- Loading branch information
1 parent
caa3f46
commit ab98c83
Showing
6 changed files
with
34 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,9 @@ tags: | |
- Progress/Draft | ||
- Release/0.6 | ||
|
||
custom: | ||
synonyms: | ||
- Listing | ||
- Index | ||
|
||
version: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,3 +8,8 @@ tags: | |
- Build 8 | ||
|
||
version: 1 | ||
|
||
custom: | ||
synonyms: | ||
- Inputfield | ||
- Entryfield |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters