Skip to content

Commit

Permalink
Merge pull request #14 from TYPO3incubator/feature/content-in-modal
Browse files Browse the repository at this point in the history
[FEATURE] Refactor the TypoScript settings for the form extension
  • Loading branch information
OttoAndras authored Apr 9, 2024
2 parents 64a753e + adab003 commit e006ae9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugin.tx_form {
settings {
yamlConfigurations {
100 = EXT:success/Configuration/Sets/LandingPage/Yaml/FormSetup.yaml
110 = EXT:success/Configuration/Sets/LandingPage/Yaml/FormSetup.yaml
}
}
}
1 change: 1 addition & 0 deletions local_packages/success/ext_localconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
];


#TODO This is a workaround only because currently it is not possible to add it through a set
call_user_func(static function () {

// Add module configuration
Expand Down

0 comments on commit e006ae9

Please sign in to comment.