Skip to content

Conversation

alengodev
Copy link
Contributor

@symfony-recipes-bot symfony-recipes-bot enabled auto-merge (squash) July 10, 2025 06:34
Copy link

Thanks for the PR 😍

How to test these changes in your application

  1. Define the SYMFONY_ENDPOINT environment variable:

    # On Unix-like (BSD, Linux and macOS)
    export SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1832/index.json
    # On Windows
    SET SYMFONY_ENDPOINT=https://raw.githubusercontent.com/symfony/recipes-contrib/flex/pull-1832/index.json
  2. Install the package(s) related to this recipe:

    composer req symfony/flex
    composer req 'alengo/alengo-webspace-settings-bundle:^0.9'
  3. Don't forget to unset the SYMFONY_ENDPOINT environment variable when done:

    # On Unix-like (BSD, Linux and macOS)
    unset SYMFONY_ENDPOINT
    # On Windows
    SET SYMFONY_ENDPOINT=

Diff between recipe versions

In order to help with the review stage, I'm in charge of computing the diff between the various versions of patched recipes.
I'm going keep this comment up to date with any updates of the attached patch.

alengo/alengo-webspace-settings-bundle

0.8 vs 0.9
diff --git a/alengo/alengo-webspace-settings-bundle/0.8/config/packages/alengo_webspace_settings.yaml b/alengo/alengo-webspace-settings-bundle/0.9/config/packages/alengo_webspace_settings.yaml
index f3156f67..0d931c94 100644
--- a/alengo/alengo-webspace-settings-bundle/0.8/config/packages/alengo_webspace_settings.yaml
+++ b/alengo/alengo-webspace-settings-bundle/0.9/config/packages/alengo_webspace_settings.yaml
@@ -3,6 +3,7 @@ alengo_webspace_settings:
         - 'blocks'
         - 'category'
         - 'categories'
+        - 'checkbox'
         - 'collection'
         - 'collections'
         - 'contact'

@symfony-recipes-bot symfony-recipes-bot merged commit 9caa25d into symfony:main Jul 26, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants