Skip to content

Commit 02aee22

Browse files
authored
feat: add new field to form (#403)
1 parent f1996f3 commit 02aee22

File tree

9 files changed

+536
-16875
lines changed

9 files changed

+536
-16875
lines changed

_api/modules/guides/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const typeDefs = gql`
3030
3131
type Guide {
3232
id: String
33+
pdfFormId: String
3334
slug: String
3435
name: String
3536
tags: [String]

_api/modules/guides/repository.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export function guidesRepository() {
4949
slug: slug,
5050
tags: fileContent.tags || [],
5151
name: fileContent.name,
52+
pdfFormId: fileContent.pdfFormId,
5253
expertises: fileContent.expertise.map((expertise) => {
5354
let cards = [];
5455

_data/guides/pt_BR/agile.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
name: Agile
2+
pdfFormId: 7bd6e1a1-7731-4536-b858-fa41a046a295
23
tags:
34
- management
45
expertise:

0 commit comments

Comments
 (0)