generated from fastn-stack/fastn-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a184257
commit f371c07
Showing
7 changed files
with
1,005 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,103 @@ | ||
-- record feature: | ||
caption title: | ||
boolean active: false | ||
|
||
|
||
|
||
-- feature list free-feature-list: | ||
|
||
-- feature: Lorem ipsum dolor sit amet | ||
|
||
-- feature: Sed quibusdam sint vel rerum voluptates | ||
|
||
-- feature: Vel inventore quasi et enim enim | ||
|
||
-- feature: In incidunt ipsa et possimus | ||
|
||
-- feature: Quo iste quod aut | ||
|
||
-- end: free-feature-list | ||
|
||
|
||
|
||
-- feature list startup-feature-list: | ||
|
||
-- feature: Lorem ipsum dolor sit amet | ||
|
||
-- feature: Sed quibusdam sint vel rerum voluptates | ||
|
||
-- feature: Vel inventore quasi et enim enim | ||
|
||
-- feature: In incidunt ipsa et possimus | ||
|
||
-- feature: Quo iste quod aut | ||
|
||
-- end: startup-feature-list | ||
|
||
|
||
|
||
|
||
-- feature list enterprise-feature-list: | ||
|
||
-- feature: Lorem ipsum dolor sit amet | ||
|
||
-- feature: Sed quibusdam sint vel rerum voluptates | ||
|
||
-- feature: Vel inventore quasi et enim enim | ||
|
||
-- feature: In incidunt ipsa et possimus | ||
|
||
-- feature: Quo iste quod aut | ||
|
||
-- end: enterprise-feature-list | ||
|
||
|
||
|
||
|
||
|
||
-- feature list free-feature-list-2: | ||
|
||
-- feature: - Feature 1 | ||
|
||
-- feature: - Feature 2 | ||
|
||
-- feature: - Feature 3 | ||
|
||
-- feature: - Feature 4 | ||
|
||
-- feature: - Feature 5 | ||
|
||
-- end: free-feature-list-2 | ||
|
||
|
||
|
||
-- feature list startup-feature-list-2: | ||
|
||
-- feature: - Feature 1 | ||
|
||
-- feature: - Feature 2 | ||
|
||
-- feature: - Feature 3 | ||
|
||
-- feature: - Feature 4 | ||
|
||
-- feature: - Feature 5 | ||
|
||
-- end: startup-feature-list-2 | ||
|
||
|
||
|
||
|
||
-- feature list enterprise-feature-list-2: | ||
|
||
-- feature: - Feature 1 | ||
|
||
-- feature: - Feature 2 | ||
|
||
-- feature: - Feature 3 | ||
|
||
-- feature: - Feature 4 | ||
|
||
-- feature: - Feature 5 | ||
|
||
-- end: enterprise-feature-list-2 |
Oops, something went wrong.