Sha256: 1001829ad3f46da090f344c18c3a46735423c69429315e826e0a56dccbd21a02
Contents?: true
Size: 768 Bytes
Versions: 89
Compression:
Stored size: 768 Bytes
Contents
Feature: Content Templates In order to change how the content looks and acts on the website a website editor will be able to select from predetermined templates Scenario: Create Root Content Given I create a new root Then I should be able select a template from the following: | Template | | Page A | | Page C | Scenario Outline: Create Child Content Given I create a new child under an ancestor in "<Ancestor Template Name>" template Then I should be able select a template from the "<Allowed Templates>" Examples: | Ancestor Template Name | Allowed Templates | | Page A | Page A, Page B, Page C | | Page C | Page B |
Version data entries
89 entries across 89 versions & 1 rubygems