-
Notifications
You must be signed in to change notification settings - Fork 2
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
ddf5f1b
commit 41d27a1
Showing
10 changed files
with
100 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
title: 'Web experiment' | ||
sites: | ||
- en | ||
propagate: false | ||
template: default | ||
layout: layout | ||
revisions: false | ||
route: '/docs/experiment/web/{slug}' | ||
sort_dir: asc | ||
date_behavior: | ||
past: public | ||
future: private | ||
preview_targets: | ||
- | ||
label: Entry | ||
url: '{permalink}' | ||
refresh: true |
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,7 @@ | ||
--- | ||
id: 3ef0ccc6-5e0f-435b-9184-edb809f19210 | ||
blueprint: web_experiment | ||
title: Actions | ||
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0 | ||
updated_at: 1728666798 | ||
--- |
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,7 @@ | ||
--- | ||
id: a5dc1793-29f7-4c23-a656-459def9c6b3f | ||
blueprint: web_experiment | ||
title: Implementation | ||
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0 | ||
updated_at: 1728666781 | ||
--- |
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,7 @@ | ||
--- | ||
id: 7ade889d-c09c-48ee-8910-c4592bcc09b0 | ||
blueprint: web_experiment | ||
title: Performance | ||
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0 | ||
updated_at: 1728666816 | ||
--- |
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,7 @@ | ||
--- | ||
id: 671d5f19-2b8a-463a-95be-f81de05e0860 | ||
blueprint: web_experiment | ||
title: Targeting | ||
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0 | ||
updated_at: 1728666803 | ||
--- |
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,7 @@ | ||
--- | ||
id: 23ff249c-45ab-488a-b8aa-ae8fde85249d | ||
blueprint: web_experiment | ||
title: Tracking | ||
updated_by: 0c3a318b-936a-4cbd-8fdf-771a90c297f0 | ||
updated_at: 1728666820 | ||
--- |
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 |
---|---|---|
|
@@ -9,3 +9,4 @@ collections: | |
- advanced-techniques | ||
- experiment_troubleshooting | ||
- experiment_integrations | ||
- web_experiment |
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
26 changes: 26 additions & 0 deletions
26
resources/blueprints/collections/web_experiment/web_experiment.yaml
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,26 @@ | ||
title: 'Web experiment' | ||
tabs: | ||
main: | ||
display: Main | ||
sections: | ||
- | ||
display: 'New Section' | ||
fields: | ||
- | ||
import: help_center_common | ||
config: | ||
title: | ||
required: true | ||
- | ||
import: landing_page_plus | ||
sidebar: | ||
display: Sidebar | ||
sections: | ||
- | ||
fields: | ||
- | ||
handle: slug | ||
field: | ||
type: slug | ||
localizable: true | ||
validate: 'max:200' |
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 |
---|---|---|
|
@@ -56,3 +56,5 @@ preferences: | |
- title | ||
- slug | ||
- status | ||
web_experiment: | ||
after_save: create_another |