fix: Fix Editorial feature
This commit is contained in:
committed by
Benedikt Rötsch
parent
79df6d190d
commit
475ec2f58f
@@ -8,7 +8,7 @@ mixin editorialFeatures(entry)
|
|||||||
+entryState(entry)
|
+entryState(entry)
|
||||||
.editorial-features__item
|
.editorial-features__item
|
||||||
a.editorial-features__text(
|
a.editorial-features__text(
|
||||||
href=`https://app.contentful.com/spaces/${settings.space}/entries/${entry.sys.id}`
|
href=`https://app.contentful.com/spaces/${settings.spaceId}/entries/${entry.sys.id}`
|
||||||
target='_blank'
|
target='_blank'
|
||||||
rel='noopener'
|
rel='noopener'
|
||||||
) Edit in the web app
|
) Edit in the web app
|
||||||
|
|||||||
Reference in New Issue
Block a user