Skip to content

Commit

Permalink
chore: Build release
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions Bot committed Apr 25, 2024
1 parent 371323d commit 807d489
Show file tree
Hide file tree
Showing 19 changed files with 50 additions and 394 deletions.
3 changes: 0 additions & 3 deletions .gitattributes

This file was deleted.

15 changes: 0 additions & 15 deletions .github/workflows/pack-plugin.yml

This file was deleted.

73 changes: 0 additions & 73 deletions .github/workflows/test.yml

This file was deleted.

3 changes: 0 additions & 3 deletions .gitignore

This file was deleted.

77 changes: 0 additions & 77 deletions .shopware-extension.yml

This file was deleted.

Empty file modified src/Resources/config/plugin.png
100755 → 100644
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
(()=>{var e=`<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert %}
<div
class="sw-alert"
:class="alertClasses"
role="alert"
>
<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert_inner %}
<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert_icon %}
<slot name="customIcon">
<sw-icon
v-if="showIcon"
size="20px"
class="sw-alert__icon"
:name="alertIcon"
decorative
/>
</slot>
{% endblock %}
<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert_body %}
<div
class="sw-alert__body"
:class="alertBodyClasses"
>
<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert_title %}
<div
v-if="title"
class="sw-alert__title"
>
{{ title }}
</div>
{% endblock %}
<!-- eslint-disable-next-line sw-deprecation-rules/no-twigjs-blocks -->
{% block sw_alert_message %}
<div class="sw-alert__message">
{{ message }}
</div>
{% endblock %}
</div>
{% endblock %}
{% endblock %}
</div>
{% endblock %}
`;var{Component:l}=Shopware;l.extend("bunnycdn-alert","sw-alert",{template:e,props:{message:{type:String,required:!1,default:""}}});})();
9 changes: 0 additions & 9 deletions src/Resources/store/de.md

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/store/de_manual.md

This file was deleted.

9 changes: 0 additions & 9 deletions src/Resources/store/en.md

This file was deleted.

1 change: 0 additions & 1 deletion src/Resources/store/en_manual.md

This file was deleted.

Binary file removed src/Resources/store/icon.png
Binary file not shown.
Binary file removed src/Resources/store/images/0.png
Binary file not shown.
Binary file removed src/Resources/store/images/1.png
Binary file not shown.
Binary file removed src/Resources/store/images/2.jpg
Binary file not shown.
Binary file removed src/Resources/store/images/3.jpg
Binary file not shown.
47 changes: 0 additions & 47 deletions tests/TestBootstraper.php

This file was deleted.

Loading

0 comments on commit 807d489

Please sign in to comment.