card-mod-style 0.14.2 → 0.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,18 +0,0 @@
1
- # -*- encoding : utf-8 -*-
2
-
3
- class AddModStyleAssetsType < Cardio::Migration::Core
4
- def up
5
- add_cardtypes
6
- delete_style_cards
7
- end
8
-
9
- def add_cardtypes
10
- ensure_code_card name: "Mod style assets", type_id: Card::CardtypeID
11
- ensure_code_card name: "Local style folder group", type_id: Card::CardtypeID
12
- ensure_code_card name: "Local style manifest group", type_id: Card::CardtypeID
13
- end
14
-
15
- def delete_style_cards
16
- # delete_code_card :script_decko
17
- end
18
- end
@@ -1,3 +0,0 @@
1
- def dependent_asset_inputters
2
- [left]
3
- end