Sha256: 4064a9960229fb5a5695dd8dfd4ffd2b349baf8c9150c39433ef6013f37a3a98

Contents?: true

Size: 458 Bytes

Versions: 151

Compression:

Stored size: 458 Bytes

Contents

Alchemy::Modules.register_module({
  name: '<%= @module_name %>',
  order: 1,
  navigation: {
    name: 'modules.<%= @module_name %>',
    controller: '/admin/<%= @module_name %>',
    action: 'index',
    image: 'alchemy/<%= @module_name %>_module.png',
    sub_navigation: [{
      name: 'modules.<%= @module_name %>',
      controller: '/admin/<%= @module_name %>',
      action: 'index'
    }]
  }
})

Alchemy.register_ability(<%= @class_name %>Ability)

Version data entries

151 entries across 151 versions & 2 rubygems

Version Path
alchemy_cms-4.4.5 lib/rails/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-4.6.4 lib/rails/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.0.7 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.1.7 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.2.3 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.pre.rc2 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.1.6 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.0.6 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.2.2 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.1.5 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.0.5 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.pre.rc1 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.pre.b6 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.pre.b5 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.pre.b4 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.b3 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.b2 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-6.0.0.b1 lib/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-4.0.6 lib/rails/generators/alchemy/module/templates/module_config.rb.tt
alchemy_cms-5.2.1 lib/generators/alchemy/module/templates/module_config.rb.tt