Integrations Rebuild#3
Open
marcostastny wants to merge 25 commits into
Open
Conversation
The previously bundled tarteaucitron assets were a mix of releases; the shipped services file lacked the GCM v2 services (gcmanalyticsstorage etc.), so analytics_storage was never granted after consent. Refreshes all tarteaucitron* assets to a single v1.33.0 release and drops the deprecated services.light.js.
… permissions, requirements)
Wire the new settings/integrations screenshots into the readme and fix two broken image references that pointed at non-existent img/ files: - settings_details.png: GDPR settings (Use section) - settings_integrations.png: replaces img/integrations-list.png - settings_integrations_detail.png: replaces img/integration-form.png Also ignore .DS_Store. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I required a new Integrations Interface for my use case where i can add custom integrations.
In this PR you receive a new tab with integrations which allows to add multiple integrations (even from the same type) and add custom integrations.
Those can either be inlined scripts, remote loaded scripts or you can use it on consent in your javascript.
Existing settings will be migrated. So you do not need to manually update your integrations after a update.
This is dependent on the Sulu 3 compatibility.
Tested with:
Sulu: 3.0.7
PHP: 8.5
Server: NGINX
MySQL: 8.0