![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/old/app/code/Soon/Faq/view/frontend/layout/ |
<?xml version="1.0"?> <!-- /** * @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0) * @author Hervé Guétin <[email protected]> <@herveguetin> * @copyright Copyright (c) 2016 Agence Soon (http://www.agence-soon.fr) */ --> <page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"> <head> <title>FAQ</title> </head> <body> <referenceContainer name="content"> <block class="Soon\Faq\Block\Question\Frequent" name="soon_faq.question.frequent" template="Soon_Faq::question/list.phtml"> <!-- Example for limiting the number of displayed questions : <arguments> <argument name="limit" xsi:type="string">5</argument> </arguments> --> </block> <block class="Soon\Faq\Block\Question\ListQuestion" name="soon_faq.question.list" template="Soon_Faq::question/list.phtml" /> </referenceContainer> <referenceBlock name="head.additional"> <block class="Soon\Faq\Block\Question\Richsnippets" name="soon_faq.richsnippets"/> </referenceBlock> <referenceBlock name="breadcrumbs"> <action method="addCrumb"> <argument name="crumbName" xsi:type="string">Home</argument> <argument name="crumbInfo" xsi:type="array"> <item name="title" xsi:type="string" translate="true">Home</item> <item name="label" xsi:type="string" translate="true">Home</item> <item name="link" xsi:type="string">{{baseUrl}}</item> </argument> </action> <action method="addCrumb"> <argument name="crumbName" xsi:type="string">FAQ</argument> <argument name="crumbInfo" xsi:type="array"> <item name="title" xsi:type="string" translate="true">FAQ</item> <item name="label" xsi:type="string" translate="true">FAQ</item> </argument> </action> </referenceBlock> </body> </page>