Skip to content

Commit

Permalink
Merge pull request #40 from FriendlyCaptcha/integrations/v2-for-typo3
Browse files Browse the repository at this point in the history
Integrations: TYPO3 has support for both v2 *and* v2
  • Loading branch information
greenberga authored Jan 13, 2025
2 parents 86f3444 + 8d8c508 commit 1a220cf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,15 @@ export const INTEGRATIONS: Integration[] = [
tags: ["CMS"],
fcVersion: "v1",
image: "typo3.svg",
link: "https://t3planet.de/en/typo3-friendly-captcha-extension",
github: "nitsan-technologies/ns_friendlycaptcha",
},
{
name: "TYPO3",
slug: "typo3",
tags: ["CMS"],
fcVersion: "v2",
image: "typo3.svg",
link: "https://github.com/studiomitte/friendlycaptcha-typo3",
github: "studiomitte/friendlycaptcha-typo3",
},
Expand Down

0 comments on commit 1a220cf

Please sign in to comment.