Skip to content

Commit

Permalink
[v1.1.2] allow section to be displayed on website and store views
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Calef committed Sep 20, 2023
1 parent b335169 commit 6cea7f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "zepgram/module-rest",
"description": "Technical module to industrialize API REST call with dependency injection pattern using Guzzle library in Magento 2",
"type": "magento2-module",
"version": "1.1.1",
"version": "1.1.2",
"authors": [
{
"name": "Benjamin Calef",
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Config:etc/system_file.xsd">
<system>
<section id="rest_api" translate="label" type="text" showInDefault="1" showInWebsite="0"
showInStore="0" sortOrder="1">
<section id="rest_api" translate="label" type="text" showInDefault="1" showInWebsite="1"
showInStore="1" sortOrder="1">
<label>REST API</label>
<tab>zepgram</tab>
<resource>Zepgram_Rest::zepgram_rest</resource>
Expand Down

0 comments on commit 6cea7f6

Please sign in to comment.