31 lines
		
	
	
		
			606 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
			
		
		
	
	
			31 lines
		
	
	
		
			606 B
		
	
	
	
		
			Python
		
	
	
		
			Executable File
		
	
{
 | 
						|
    # Theme information
 | 
						|
    'name' : 'Customize Theme',
 | 
						|
    'category' : 'Website',
 | 
						|
    'version' : '1.0',
 | 
						|
    'summary': '6 Preset Color Options to Cutomize Your Store',
 | 
						|
    'description': """
 | 
						|
Using Customize Theme To change Primary Color
 | 
						|
    """,
 | 
						|
 | 
						|
    # Dependencies
 | 
						|
    'depends': [
 | 
						|
        'clarico_layout'
 | 
						|
    ],
 | 
						|
 | 
						|
    #Views
 | 
						|
    'data': [
 | 
						|
        'templates/assets.xml',
 | 
						|
        'templates/templates.xml'
 | 
						|
    ],
 | 
						|
 | 
						|
    # Author
 | 
						|
    'author': 'Emipro',
 | 
						|
    'website': 'http://www.emiprotechnologies.com',
 | 
						|
 | 
						|
    # Technical
 | 
						|
    'installable': True,
 | 
						|
    'auto_install': False,
 | 
						|
    'application': False,
 | 
						|
}
 |