Skip to content

Commit

Permalink
Merge branch 'main' into barranca/link-hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
undavide committed Oct 14, 2024
2 parents 6f60761 + e6738cc commit 14de9e7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@ Params to configure the application.

| Property | Type | Description |
| ------ | ------ | ------ |
| `env?` | [`Environment`](../enumerations/Environment.md) | 1P only |
| `locale?` | `string` | @TJS-pattern ^[a-z]{2}([_-]([A-Za-z]{2,4}))?([_-][A-Z]{2})?$ |
| `skipBrowserSupportCheck?` | `boolean` | **Default** `false` |
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This interface describes the properties provided by client.

| Property | Type | Description |
| ------ | ------ | ------ |
| `clientId` | `string` | For 3P - Client id generated from dev console. For 1P - Client id generated from IMSS portal. Environment(stage/prod) specific client id should be passed). |
| `clientId` | `string` | Client id generated from dev console. Environment(stage/prod) specific client id should be passed. |
| `appName` | `string` | Client's application name. This name may be used in creating folder for projects in target application. |
| `appVersion?` | [`Version`](../../Version.types/interfaces/Version.md) | Client's current version. |
| `platformCategory?` | [`PlatformCategory`](../enumerations/PlatformCategory.md) | Client's application type. |
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Type Alias: AppConfig

```ts
type AppConfig: EditorAppConfig1P & EditorAppConfig;
type AppConfig: EditorAppConfig;
```

0 comments on commit 14de9e7

Please sign in to comment.