Sha256: 22e2eb994d508ae44cb8abd0f2fb025ae1b024cd783bd9ba9c5a296a30183310

Contents?: true

Size: 1.53 KB

Versions: 9

Compression:

Stored size: 1.53 KB

Contents

# These is your plugin configuration file.
# ========================================
# 
# Options:
# --------
# 
#   name:                              # Name of your plugin [String]
#   order:                             # [Optional] Use this to set the order of plugins in the alchemy navigation, if more then one plugin is loaded. [Integer]
#   settings:                          # [Optional] Put your own settings in YAML format into here. You can access them with plugin_conf('<%= @plugin_name.underscore %>')['settings'] [YAML]
#   navigation:
#     name:                            # The name is used in the Alchemy mainnavi. [String]
#     controller:                      # The name of the controller to be called when clicking the mainnavi button [String]
#     action:                          # The name of the action from the controller to be called when clicking the mainnavi button [String]
#     image:                           # Path to an image inside your public folder used for the icon in the alchemy mainnavi. [String]
#     sub_navigation:                  # Your plugins sub navigation. Put as much as sub navi entries as you want into here
#       - name:                        # [String]
#         controller:                  # Typically your controller and action you set for mainnavi entry.
#         action:                      # [String]

name: <%= @plugin_name.underscore %>
  
navigation:
  name: <%= @plugin_name.camelcase %>
  controller: 
  action: 
  image: 
  sub_navigation:
    - name: 
      controller: 
      action: 

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alchemy_cms-2.0.rc5 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.rc4 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.rc3 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.rc2 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.rc1 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.pre5 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.pre4 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.pre3 lib/rails/generators/alchemy/plugin/templates/config.yml
alchemy_cms-2.0.pre2 lib/rails/generators/alchemy/plugin/templates/config.yml