Skip to content

Commit

Permalink
=
Browse files Browse the repository at this point in the history
  • Loading branch information
arikaim-repository committed Mar 28, 2021
1 parent ab209e3 commit 24efe40
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arikaim-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "user",
"description": "Theme editor.",
"short-description": "Theme editor.",
"version": "1.2.0",
"version": "1.2.1",
"repository": "https://github.com/arikaim/theme-editor-extension.git",
"position": "10",
"require": {
Expand Down
1 change: 0 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"homepage": "http://arikaim.com"
}],
"require": {
"php": ">=7.1",
"arikaim/installer": "*"
},
"extra": {
Expand Down
2 changes: 1 addition & 1 deletion view/components/admin/editor/edit/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
component="editor::admin.editor.edit.code"
theme_component="{{ component_name }}"
theme_name="{{ theme_name }}"
type="{{ type}}">
type="{{ type }}">
<i class="icon code blue"></i>
{{ labels.code }}
</div>
Expand Down

0 comments on commit 24efe40

Please sign in to comment.