Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
joshine
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
joshine
Commits
5c0f7253
Commit
5c0f7253
authored
May 17, 2023
by
liumengfei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加权限控制
parent
0481f5ab
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
32 deletions
+1
-32
app/code/Joshine/FreeBar/etc/acl.xml.bkp
+0
-31
app/code/Joshine/FreeBar/etc/adminhtml/system.xml
+1
-1
No files found.
app/code/Joshine/FreeBar/etc/acl.xml.bkp
deleted
100644 → 0
View file @
0481f5ab
<?xml version="1.0"?>
<!--
/**
* Web Technology Codes
* Web Technology Codes Google Language Translator Extension
*
* @category WebTechnologyCodes
* @package WebTechnlogyCodes_GoogleLanguageTranslater
* @copyright Copyright © 2018 Web Technology Codes (https://www.webtechnologycodes.com)
* @license https://www.webtechnologycodes.com/magento-extension-license/
*/
-->
<config
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"urn:magento:framework:Acl/etc/acl.xsd"
>
<acl>
<resources>
<resource
id=
"Magento_Backend::admin"
>
<resource
id=
"WebTechnologyCodes_GoogleLanguageTranslater::extension"
>
<resource
id=
"WebTechnologyCodes_GoogleLanguageTranslater::view"
title=
"Google Custom Search Integration"
sortOrder=
"200"
/>
</resource>
<resource
id=
"Magento_Backend::stores"
>
<resource
id=
"Magento_Backend::stores_settings"
>
<resource
id=
"Magento_Config::config"
>
<resource
id=
"WebTechnologyCodes_GoogleLanguageTranslater::settings"
title=
"Google Translate Integration Section"
/>
</resource>
</resource>
</resource>
</resource>
</resources>
</acl>
</config>
\ No newline at end of file
app/code/Joshine/FreeBar/etc/adminhtml/system.xml
View file @
5c0f7253
...
...
@@ -7,7 +7,7 @@
<section
id=
"freebar"
translate=
"label"
type=
"text"
sortOrder=
"320"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
Freebar
</label>
<tab>
freebar
</tab>
<resource>
joshine_freebar::opt_config
</resource>
<resource>
Joshine_FreeBar::config_system
</resource>
<group
id=
"general"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
<label>
<![CDATA[Top free bars]]>
</label>
<field
id=
"active"
translate=
"label"
type=
"select"
sortOrder=
"10"
showInDefault=
"1"
showInWebsite=
"1"
showInStore=
"1"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment