Satellite Visible Items The visible_items property can be used to hide an overflow of elements passed into content. Important Notes: The default value of visible_items is 2 You may set visible_items to 0 to allow all elements to be shown. Demo
Twig
{% include '@bolt-components-satellite/satellite.twig' with {
  content: _content,
  visible_items: 0,
} only %}
HTML
Not available in plain HTML. Please use Twig.