We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b22f089 commit 3ac2087Copy full SHA for 3ac2087
README.md
@@ -28,6 +28,7 @@ graph TD
28
feature-toggle --> platform-datamodel;
29
feature-toggle --> custom-metadata-dao;
30
feature-toggle --> custom-pemission-helper;
31
+ platform-interfaces
32
```
33
34
## Komme i gang
sfdx-project.json
@@ -59,6 +59,7 @@
59
"platform-data-model": "0HoKB00000000010AA",
60
"custom-metadata-dao": "0HoKB000000000B0AQ",
61
"custom-permission-helper": "0HoKB000000000f0AA",
62
- "feature-toggle": "0HoKB000000000V0AQ"
+ "feature-toggle": "0HoKB000000000V0AQ",
63
+ "platform-interfaces": "0HoKB000000000Q0AQ"
64
}
65
0 commit comments