18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"name": "swag/theme-skeleton",
|
|
"description": "Theme skeleton plugin",
|
|
"type": "shopware-platform-plugin",
|
|
"license": "MIT",
|
|
"autoload": {
|
|
"psr-4": {
|
|
"IniHausschuhTheme\\": "src/"
|
|
}
|
|
},
|
|
"extra": {
|
|
"shopware-plugin-class": "IniHausschuhTheme\\IniHausschuhTheme",
|
|
"label": {
|
|
"de-DE": "Theme IniHausschuhTheme plugin",
|
|
"en-GB": "Theme IniHausschuhTheme plugin"
|
|
}
|
|
}
|
|
} |