Describe your issue or idea
There are several interfaces in core where we allow people to choose a display mode to view (for example: in the Views UI, soon: reference field formatters, soon: node previews). In these places non-viewable view modes like RSS, Search-index, and Search result highlighting input appear as options, and they should not.
We need a way to filter them out so that these user interfaces contain only options that can actually be viewed.
Steps to reproduce (if reporting a bug)
- build a view of posts
Actual behavior (if reporting a bug)
- see the "Search index" display mode
Expected behavior (if reporting a bug)
- the "Search index" display mode should not be visible here
Recent comments
Hello, @yorkshirepudding! Thanks a lot, I got it, all sorted out.
My layout template (layout--blog.tpl.php) doesn't work
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform