We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31c0767 commit 707b992Copy full SHA for 707b992
test/fixtures/nodes.yml
@@ -78,6 +78,12 @@ poll_draft:
78
content: draft
79
content_type: Poll
80
81
+poll_collectif:
82
+ user: community
83
+ cc_licensed: true
84
+ content: collectif
85
+ content_type: Poll
86
+
87
post:
88
user: moderator_1
89
cc_licensed: true
test/fixtures/polls.yml
@@ -7,3 +7,8 @@ draft:
7
state: draft
8
title: Un sondage en cours d'édition
9
cached_slug: un-sondage-en-cours-dedition
10
11
+collectif:
12
+ state: published
13
+ title: collectif
14
+ cached_slug: collectif
0 commit comments