Skip to content

Commit

Permalink
CIF-1933 - update XF placeholder message (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhaack authored Feb 11, 2021
1 parent ca958a1 commit 8f83768
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@
id="${component.id}"
class="cmp-experiencefragment cmp-experiencefragment--${fragment.name}">
</div>
<sly data-sly-call="${template.placeholder @ isEmpty = !xf}" />
<sly data-sly-test.hasFragmentLocation="${properties.fragmentLocation}" data-sly-set.emptyText="${'Configured to display related Experience Fragments for \'{0}\' placeholder location.' @format=properties.fragmentLocation}" />
<sly data-sly-call="${template.placeholder @ isEmpty = !xf && hasFragmentLocation, emptyTextAppend = emptyText}" />
<sly data-sly-call="${template.placeholder @ isEmpty = !xf && !hasFragmentLocation}" />

0 comments on commit 8f83768

Please sign in to comment.