-
-
Notifications
You must be signed in to change notification settings - Fork 719
Add recipe for alengo/alengo-webspace-settings-bundle #1825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
symfony-recipes-bot
merged 8 commits into
symfony:main
from
alengodev:feature/alengo-webspace-settings-bundle
Jul 9, 2025
Merged
Changes from 6 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
10ede14
Add recipe for alengo/alengo-webspace-settings-bundle
hual7 3cdfdda
post-install-output
hual7 c286dad
alengo/alengo-webspace-settings-bundle: update template
hual7 84c9488
alengo/alengo-webspace-settings-bundle: fix check
hual7 be2d20a
alengo/alengo-webspace-settings-bundle: post-install update
hual7 fffe33e
alengo/alengo-webspace-settings-bundle: post-install update
hual7 445f3c7
alengo/alengo-webspace-settings-bundle: manifest update
hual7 327e30a
alengo/alengo-webspace-settings-bundle: manifest update
hual7 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
alengo/alengo-webspace-settings-bundle/0.8/config/packages/alengo_webspace_settings.yaml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| alengo_webspace_settings: | ||
| type_select: | ||
| - 'blocks' | ||
| - 'category' | ||
| - 'categories' | ||
| - 'collection' | ||
| - 'collections' | ||
| - 'contact' | ||
| - 'contacts' | ||
| - 'date' | ||
| - 'dateTime' | ||
| - 'event' | ||
| - 'media' | ||
| - 'medias' | ||
| - 'account' | ||
| - 'accounts' | ||
| - 'page' | ||
| - 'pages' | ||
| - 'snippet' | ||
| - 'snippets' | ||
| - 'string' # default type | ||
| - 'tags' | ||
| - 'time' | ||
| - 'textArea' | ||
| - 'textEditor' |
45 changes: 45 additions & 0 deletions
45
...lengo-webspace-settings-bundle/0.8/config/templates/settings/webspace_settings_blocks.xml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| <?xml version="1.0" ?> | ||
| <properties xmlns="http://schemas.sulu.io/template/template" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xmlns:xi="http://www.w3.org/2001/XInclude" | ||
| xsi:schemaLocation="http://schemas.sulu.io/template/template http://schemas.sulu.io/template/template-1.0.xsd"> | ||
|
|
||
| <block name="dataBlocks"> | ||
| <types> | ||
| <type name="singleMediaSelection"> | ||
| <meta> | ||
| <title>alengo_webspace_settings.media</title> | ||
| </meta> | ||
|
|
||
| <properties> | ||
| <property name="singleMediaSelection" type="single_media_selection"> | ||
| <tag name="sulu.block_preview" priority="512"/> | ||
| </property> | ||
| </properties> | ||
| </type> | ||
| <type name="mediaSelection"> | ||
| <meta> | ||
| <title>alengo_webspace_settings.medias</title> | ||
| </meta> | ||
|
|
||
| <properties> | ||
| <property name="mediaSelection" type="media_selection"> | ||
| <tag name="sulu.block_preview" priority="512"/> | ||
| </property> | ||
| </properties> | ||
| </type> | ||
| <type name="textEditor"> | ||
| <meta> | ||
| <title>alengo_webspace_settings.textEditor</title> | ||
| </meta> | ||
|
|
||
| <properties> | ||
| <property name="textEditor" type="text_editor"> | ||
| <tag name="sulu.block_preview" priority="1024"/> | ||
| </property> | ||
| </properties> | ||
| </type> | ||
| </types> | ||
| </block> | ||
|
|
||
| </properties> |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| { | ||
| "bundles": { | ||
| "Alengo\\Bundle\\AlengoWebspaceSettingsBundle": ["all"] | ||
| }, | ||
| "copy-from-recipe": { | ||
| "config/": "%CONFIG_DIR%/" | ||
| } | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| * The <fg=green>AlengoWebspaceSettingsBundle</> for Sulu CMS is almost ready: | ||
| 1. Configure your types in config/packages/alengo_webspace_settings.yaml | ||
| 2. Configure your blocks if needed in config/templates/settings/webspace_settings_blocks.xml. | ||
|
|
||
| * <fg=blue>Read</> the documentation at <comment>https://github.com/alengodev/alengoWebspaceSettingsBundle/blob/main/README.md</> |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://github.com/alengodev/alengoWebspaceSettingsBundle/blob/4b14614206f2ebc1914a7a1b03ffdfe65859a300/src/AlengoWebspaceSettingsBundle.php#L14