Sha256: 290422cb533cf1706ad3dc2a6ba99f692b0a57191b791c7a7a2b161549423d73

Contents?: true

Size: 294 Bytes

Versions: 12

Compression:

Stored size: 294 Bytes

Contents

# -*- encoding : utf-8 -*-

class TweakConfigCards < Card::Migration::Core
  def up
    update :home, type_id: Card::PointerID, content: "[[#{Card[:home].content}]]"
    update :tiny_mce, type_id: Card::JsonID
    update "json", name: "Json"
    merge_cards "administrator+dashboard"
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
card-1.100.0 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.6 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.5 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.4 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.3 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.2 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.1 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.99.0 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.98.3 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.98.2 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.98.1 db/migrate_core_cards/20190605133556_tweak_config_cards.rb
card-1.98.0 db/migrate_core_cards/20190605133556_tweak_config_cards.rb