26 lines
		
	
	
		
			765 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			765 B
		
	
	
	
		
			XML
		
	
	
		
			Executable File
		
	
	
| <?xml version="1.0"?>
 | |
| <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="Kai_Banner::parent"
 | |
|                     title="Kai Banner Module"
 | |
|                     translate="title"
 | |
|                     sortOrder="10"
 | |
|                 >
 | |
|                     <resource
 | |
|                         id="Kai_Banner::index"
 | |
|                         title="Index"
 | |
|                         translate="title"
 | |
|                         sortOrder="10"
 | |
|                     />
 | |
|                 </resource>
 | |
|             </resource>
 | |
|         </resources>
 | |
|     </acl>
 | |
| </config>
 |