-
Notifications
You must be signed in to change notification settings - Fork 350
Open
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionality
Milestone
Description
| Q | A |
|---|---|
| Sulu Version | 3.0.x |
| PHP Version | 8.3.3 |
| DB Version | 5.7.32 |
| Browser Version | Chrome latest |
Actual Behavior
I use several snippets, one with key: hero
<property name="snippet_hero" type="single_snippet_selection"
<meta>
<title lang="en">Snippet (Hero)</title>
</meta>
<params>
<param name="types" value="hero"/> <!-- types not working -->
<param name="default" value="hero"/>
<param name="loadExcerpt" value="true"/>
</params>
</property>Does not restrict the snippet selection to heros, I'm seeing all snippets.
Expected Behavior
I do only see snippets of filtered type in selection
Steps to Reproduce
Just some snippets and the xml above
Metadata
Metadata
Assignees
Labels
BugError or unexpected behavior of already existing functionalityError or unexpected behavior of already existing functionality