Skip to content

Commit 0c85a3d

Browse files
cleanup: google docs manifest for app functions (#10246)
1 parent a7c023c commit 0c85a3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

apps/google-docs/contentful-app-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"functions": [
33
{
44
"id": "createEntriesFromDocumentFunction",
5-
"name": "Create content blocks function",
5+
"name": "Create content entries from document function",
66
"description": "Function to create content blocks from App Action.",
77
"path": "functions/createEntriesFromDocument.js",
88
"entryFile": "functions/createEntriesFromDocument.ts",
@@ -21,8 +21,8 @@
2121
"category": "Custom",
2222
"parameters": [
2323
{
24-
"id": "contentType",
25-
"name": "Content Type",
24+
"id": "contentTypeId",
25+
"name": "Content Type ID",
2626
"type": "Symbol",
2727
"required": true
2828
},

apps/google-docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"upload": "contentful-app-scripts upload --bundle-dir ./build",
2828
"upload-ci": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id $CONTENTFUL_ORG_ID --definition-id $CONTENTFUL_APP_DEF_ID --token $CONTENTFUL_ACCESS_TOKEN",
2929
"deploy": "contentful-app-scripts upload --ci --bundle-dir ./build --organization-id ${DEFINITIONS_ORG_ID} --definition-id 3EaGZUMKRKVZUyrcoNJ4o4 --token ${CONTENTFUL_CMA_TOKEN}",
30-
"deploy:dev": "source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id \"$DEFINITIONS_ORG_ID\" --definition-id 653vTnuQw3j5onU1tUoH6t --token \"$CONTENTFUL_CMA_TOKEN\""
30+
"deploy:dev": "npm run build && source .env && contentful-app-scripts upload --ci --bundle-dir ./build --organization-id \"$DEFINITIONS_ORG_ID\" --definition-id 653vTnuQw3j5onU1tUoH6t --token \"$CONTENTFUL_CMA_TOKEN\""
3131
},
3232
"eslintConfig": {
3333
"extends": "react-app"

0 commit comments

Comments
 (0)