While using the Content Model Documentation β module to create a document to describe my content types, I thought it would be great to display the fields that are a part of the content type.
Since Content Model Documentation provides urls with content type bundles as arguments (for example: admin/structure/types/manage/blog_entry/document) I was attempting to build a block view to display fields that are a part of a specific content type using contextual filters where the argument would be the bundle name (blog_entry in this example).
Contextual filters at the moment return all results without any filtering.
Following the above steps the view will not be filtered.
Build a views argument plugin that works with \Drupal\config_views\Plugin\views\query\ConfigEntityQuery
.
Active
2.0
Code