Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update app manifest terms banner #270

Merged
merged 7 commits into from
Mar 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-dynamodb/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Once you have finished all of the steps related to AWS in the [developer tutoria

```yaml
# See https://developers.miro.com/docs/app-manifest on how to use this
appName: dynamodb-modal-banner
appName: Terms Modal Banner DynamoDB
sdkVersion: SDK_V2
sdkUri: >-
https://dynamodb-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-dynamodb/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://developers.miro.com/docs/app-manifest on how to use this
# make sure to replace the sdkUri with the correct URL (it will be different for each deployment)
appName: dynamodb-modal-banner
appName: Terms Modal Banner DynamoDB
sdkVersion: SDK_V2
sdkUri: >-
https://dynamodb-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-s3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ Once you have finished all of the steps related to AWS in the [developer tutoria

```yaml
# See https://developers.miro.com/docs/app-manifest on how to use this
appName: s3-modal-banner
appName: Terms Modal Banner S3
sdkVersion: SDK_V2
sdkUri: >-
https://s3-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
Expand Down
2 changes: 1 addition & 1 deletion examples/terms-modal-banner-s3/app-manifest.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# See https://developers.miro.com/docs/app-manifest on how to use this
# make sure to replace the sdkUri with the correct URL (it will be different for each deployment)
appName: s3-modal-banner
appName: Terms Modal Banner S3
sdkVersion: SDK_V2
sdkUri: >-
https://s3-miro-terms-banner-12345.s3.amazonaws.com/webassets/app.html
Expand Down
Loading