File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 <collectionOperations >
2222 <collectionOperation name =" shop_get_faq" >
2323 <attribute name =" method" >GET</attribute >
24+ <attribute name =" filters" >
25+ <attribute >bitbag_sylius_cms_plugin.api.faq_order_filter</attribute >
26+ </attribute >
27+ <attribute name =" order" >
28+ <attribute name =" position" >ASC</attribute >
29+ </attribute >
2430 <attribute name =" path" >/shop/cms-plugin/faq</attribute >
2531 </collectionOperation >
26-
2732 </collectionOperations >
2833
2934 <itemOperations >
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+
3+ <container xmlns =" http://symfony.com/schema/dic/services" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd" >
4+ <services >
5+ <service id =" bitbag_sylius_cms_plugin.api.faq_order_filter" parent =" api_platform.doctrine.orm.order_filter" >
6+ <argument type =" collection" >
7+ <argument key =" id" />
8+ <argument key =" position" />
9+ <argument key =" code" />
10+ </argument >
11+ <tag name =" api_platform.filter" />
12+ </service >
13+
14+ </services >
15+
16+ </container >
You can’t perform that action at this time.
0 commit comments