Sha256: 51632e3caa65a9ba74e3618cdf192a3105aa80f36470b4badac71135bd153c83

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

class ContentPage < Noodall::Node
  # Define which Node Templates can be used as children of Nodes using this template
  sub_templates ContentPage

  # Define the number of each slot type this Node Template allows. Slots are defined in 'config/initializers/noodall.rb'
  # small_slots 4
  quote_slots 1
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-components-quote-1.0.0 test/dummy/app/models/content_page.rb