From 4ede60a757525a5f6a096b2462366a0a8fb72604 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 7 Jun 2023 04:21:16 +0600 Subject: [PATCH 1/3] Update Stackbit / page-builders --- src/technologies/s.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/technologies/s.json b/src/technologies/s.json index 1cb83adc1..519af6d45 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5738,6 +5738,9 @@ "dom": { "script#__NEXT_DATA__": { "text": "stackbit" + }, + "[data-sb-object-id]": { + "text": "" } }, "icon": "stackbit.svg", From 7fe0a88d122f78a9d148518778df861781bb37c8 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 7 Jun 2023 04:24:44 +0600 Subject: [PATCH 2/3] fix category by creators --- src/technologies/s.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index 519af6d45..edb913b17 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5732,7 +5732,7 @@ }, "Stackbit": { "cats": [ - 51 + 20 ], "description": "Stackbit is a visual experience platform for building decoupled websites.", "dom": { @@ -5748,6 +5748,7 @@ "__NEXT_DATA__.props.pageProps.withStackbit": "" }, "pricing": [ + "freemium", "mid", "recurring" ], From 4d01da69ad13989cf272eafa723d5a3489b27cd0 Mon Sep 17 00:00:00 2001 From: nurbek Date: Wed, 7 Jun 2023 04:27:35 +0600 Subject: [PATCH 3/3] return back cat by gpt --- src/technologies/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/s.json b/src/technologies/s.json index edb913b17..b8bb01b0c 100644 --- a/src/technologies/s.json +++ b/src/technologies/s.json @@ -5732,7 +5732,7 @@ }, "Stackbit": { "cats": [ - 20 + 51 ], "description": "Stackbit is a visual experience platform for building decoupled websites.", "dom": {