Sha256: a8a194072040cddbbc8460046f48eb11390e83594df6a2d995d2dbaf36203e9a

Contents?: true

Size: 342 Bytes

Versions: 9

Compression:

Stored size: 342 Bytes

Contents

# An example of how to define a screen group
# Hippo::Screen.define_group '<%= identifier %>-screens' do | group |
#     group.title       = "<%= namespace %> Screens"
#     group.description = "Screens relating to <%= namespace %>"
#     group.icon        = "heart"
# end

Hippo::Screen.for_extension '<%= identifier %>' do | screens |

end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hippo-fw-0.9.9 templates/config/screens.rb
hippo-fw-0.9.8 templates/config/screens.rb
hippo-fw-0.9.7 templates/config/screens.rb
hippo-fw-0.9.6 templates/config/screens.rb
hippo-fw-0.9.5 templates/config/screens.rb
hippo-fw-0.9.4 templates/config/screens.rb
hippo-fw-0.9.3 templates/config/screens.rb
hippo-fw-0.9.2 templates/config/screens.rb
hippo-fw-0.9.1 templates/config/screens.rb