Skip to content
Discussion options

You must be logged in to vote

Hey @sptv2reg,

Having a full-fledged and maybe even rendered preview is not (yet) possible.
It's however possible to have a preview text by setting the replicator_preview to false on all the fields and then have one text field that essentially works as something like the replicator_preview_text.

Not the most elegant solution but it works.

And those "Bard nodes" you're referring to are sets of fields inside of the Replicator fieldtype.

So in your case you might have a timeline.yaml with a few fields inside.
Set replicator_preview: false for all fields except for one text field like so:

-
  handle: title_text
  field:
    replicator_preview: false
    # ...
-
  handle: subtitle_text
  field:…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by joshuablum
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants