File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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" ,
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 },
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments