Add logic for record datasourceimport/export

This commit is contained in:
Tomaž Jerman
2023-03-17 10:58:46 +01:00
parent b975b2b56a
commit 1e6cbf6123
18 changed files with 393 additions and 44 deletions
@@ -29,6 +29,5 @@ var (
// pass removes everything
superNeedyResources = map[string]bool{
"corteza::compose:module-field": true,
"corteza::compose:record-datasource": true,
}
)