Skip to content

Commit

Permalink
Merge pull request #2307 from vektor-inc/delete/staff/deprecated-ver0
Browse files Browse the repository at this point in the history
[スタッフ ( staff )] 0 系統の deprecated を削除
  • Loading branch information
mthaichi authored Nov 12, 2024
2 parents 50442d1 + b8dd75d commit db874a6
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 173 deletions.
153 changes: 0 additions & 153 deletions src/blocks/staff/deprecated/0.58/component.js

This file was deleted.

12 changes: 0 additions & 12 deletions src/blocks/staff/deprecated/0.58/save.js

This file was deleted.

5 changes: 0 additions & 5 deletions src/blocks/staff/deprecated/index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import save1_20_2 from './1.20.2/save';
import save1_3_1 from './1.3.1/save';
import save0_58 from './0.58/save';

export const blockAttributes = {
vk_staff_text_name: {
Expand Down Expand Up @@ -82,10 +81,6 @@ const deprecated = [
{
attributes: blockAttributes2,
save: save1_3_1
},
{
attributes: blockAttributes,
save: save0_58
}
];

Expand Down

This file was deleted.

0 comments on commit db874a6

Please sign in to comment.