Sha256: 316df1a842bb9815c7b34991e10c55c58aa784e11ddb103550e76ba475f32f2c

Contents?: true

Size: 768 Bytes

Versions: 2

Compression:

Stored size: 768 Bytes

Contents

Feature: Component Slots
  In order that web site editors can add functionality and information to content they will be able to fill slots with components

  Scenario Outline: Component Slots
    Given a <Template Name> exists
    And I am signed in as a website editor
    When I am editing the <Template Name>
    Then I should be able to place components in <Hero Slots Per Page> hero slots
    And I should be able to place components in <Wide Slots Per Page> wide slots
    And I should be able to place components in <Small Slots Per Page> small slots

    Examples:
      | Template Name       | Hero Slots Per Page | Wide Slots Per Page | Small Slots Per Page |
      | home                | 0                   | 0                   | 4                    |

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
noodall-0.0.4 lib/noodall/templates/features/component_slots.feature
noodall-0.0.3 lib/noodall/templates/features/component_slots.feature