You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(entities-shared): JSON/YAML forms [KHCP-9967][KHCP-9968][KHCP-9986] (#1006)
* feat(entities-shared): create a KSlideout wrapper around JSON/YAML for forms [KHCP-9892]
* refactor(entities-shared): refactor JsonCodeBlock and YamlCodeBlock for reuse across config tables and forms
* fix(entities-shared): fix props and refs for JSON/YAML
* fix(entities-shared): add styles to slideout
* fix(entities-shared): make jsonContent and yamlContent reactive
* fix(entities-shared): fix style to match figma
* fix(entities-shared): hide behind Milestone2 FF
* test(entities-shared): add component tests
* fix(entities-shared): update sandbox
* fix(entities-shared): hide get api endpoint behind Milestone2 FF
* fix(entities-shared): hide behind Milestone2 FF
* fix(entities-shared): hide created_at and updated_at from json/yaml config
* test(entities-shared): fix component tests
* fix(entities-shared): fix jsonOrYaml record
* fix(entities-shared): fix config in EntityBaseForm and check in ConfigCardDisplay
* fix(entities-shared): strip placeholder id from post request url
* fix(entities-shared): fix incorrect slot
* test(entities-shared): add new component tests for JsonCodeBlock and YamlCodeBlock
* fix(entities-shared): stop slideout close click from propogating
* test(entities-shared): add new component tests for JsonCodeBlock and YamlCodeBlock
* fix(entities-shared): cleanup
* fix(entities-shared): add code comments and types
Copy file name to clipboardExpand all lines: packages/entities/entities-plugins/src/locales/en.json
+7
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
"actions": {
3
3
"back": "Back",
4
4
"cancel": "Cancel",
5
+
"view_configuration": "View Configuration",
5
6
"create": "New Plugin",
6
7
"create_custom": "Create",
7
8
"copy_id": "Copy ID",
@@ -16,6 +17,12 @@
16
17
"go_to_plugins": "Go to Plugins",
17
18
"save": "Save"
18
19
},
20
+
"view_configuration": {
21
+
"title": "Configuration",
22
+
"message": "Configuring your API has never been easier. Use YAML for human-friendly simplicity or JSON for machine-readability. Streamline your settings effortlessly.",
apiBaseUrl: '/us/kong-api/konnect-api', // `/{geo}/kong-api`, with leading slash and no trailing slash; Consuming app would pass in something like `https://us.api.konghq.com`
39
+
// Set the root `.env.development.local` variable to a control plane your PAT can access
apiBaseUrl: '/us/kong-api/konnect-api', // `/{geo}/kong-api`, with leading slash and no trailing slash; Consuming app would pass in something like `https://us.api.konghq.com`
53
56
// Set the root `.env.development.local` variable to a control plane your PAT can access
0 commit comments