{"id":13765605,"url":"https://github.com/simkli/SimklThemeSettingExport","last_synced_at":"2025-05-10T21:31:17.842Z","repository":{"id":215966897,"uuid":"48697206","full_name":"simkli/SimklThemeSettingExport","owner":"simkli","description":"This plugin allows you to import or export theme configurations in Shopware 5.","archived":false,"fork":false,"pushed_at":"2018-11-13T13:08:25.000Z","size":40,"stargazers_count":31,"open_issues_count":1,"forks_count":3,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-08-03T16:08:52.554Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/simkli.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-12-28T14:49:50.000Z","updated_at":"2024-04-21T13:25:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4bd3967f-4b31-41c4-8164-b2390881d9ef","html_url":"https://github.com/simkli/SimklThemeSettingExport","commit_stats":null,"previous_names":["simkli/simklthemesettingexport"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simkli%2FSimklThemeSettingExport","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simkli%2FSimklThemeSettingExport/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simkli%2FSimklThemeSettingExport/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/simkli%2FSimklThemeSettingExport/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/simkli","download_url":"https://codeload.github.com/simkli/SimklThemeSettingExport/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224989342,"owners_count":17403408,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T16:00:42.477Z","updated_at":"2024-11-17T01:31:12.959Z","avatar_url":"https://github.com/simkli.png","language":"PHP","funding_links":[],"categories":["Development Plugins"],"sub_categories":[],"readme":"# Theme Config Im-/Export Plugin\nThis plugin allows you to import or export theme configurations in [Shopware 5](https://github.com/shopware/shopware).\n\n## Installation\nThe easiest way to install this plugin is by downloading the latest release. You can upload the .zip file in the Shopware Plugin Manager. ( Configuration \u003e Plugin Manager \u003e Installed \u003e Upload Plugin )\n\n###### [Downloads](https://github.com/simkli/SimklThemeSettingExport/releases)\n### Commandline\n1) Clone this repository into the `/engine/Shopware/Plugins/Community/Backend` directory using the following command:\n```\ngit clone https://github.com/simkli/SimklThemeSettingExport.git\n```\n2) Log in to your Shopware backend and activate the plugin in the Shopware Plugin Manager.\n\n## Usage\n### Shopware Backend\nThis plugins extends the Shopware Theme Manager and allows you to export and import\nconfiguration of themes.\n![Image](http://i.imgur.com/YVy4qhQ.jpg)\n\n### Via Commandline\nUsing the Shopware CLI you can easily import or export configurations. This can be useful\nfor deployment. Following commands are available:\n`$ ./bin/console sw:theme:export:configuration \u003ctheme\u003e \u003cshop\u003e`\n`$ ./bin/console sw:theme:import:configuration \u003ctheme\u003e \u003cshop\u003e`\nYou can use the ID or name of the shop/theme as argument.\n#### Example Import\n`$ ./bin/console sw:theme:import:configuration Responsive English \u003c my_config.theme`\n\n### For Developers\nIf you're plaing on releasing a theme you can use this plugin to import a example \nconfiguration for your customers. For example in your plugin's bootstrap:\n\n```php\nif ($this-\u003eassertRequiredPluginsPresent(['SimklThemeSettingExport']) {\n    $service = $this-\u003eget('simklthemeimportexport.theme_import_export_service');\n    $service-\u003esetThemeSettingsArray($yourThemeModel, $shop, [\n        'brand-primary' =\u003e '#FFF',\n        'brand-secondary' =\u003e '#000'\n        // ...\n    ]);\n}\n```\n\n## License\nThis plugin is distributed under the GNU Affero General Public License v3.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimkli%2FSimklThemeSettingExport","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsimkli%2FSimklThemeSettingExport","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsimkli%2FSimklThemeSettingExport/lists"}