Advertisement
Guest User

TYPO3 Neos plugin views

a guest
Apr 7th, 2014
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'Vendor.Blog:Plugin':
  2.   superTypes: ['TYPO3.Neos:Plugin']
  3.   ui:
  4.     label: 'Blog RSS Feed'
  5.     icon: 'icon-rss'
  6.   options:
  7.     'pluginViews':
  8.       'LatestBlogPosts':
  9.         label: 'Latest blog posts'
  10.         controllerActions:
  11.           'Vendor\Blog\Controller\StandardController': ['index']
  12.       'FeaturedBlogPosts':
  13.         label: 'Featured blog posts'
  14.         controllerActions:
  15.           'Vendor\Blog\Controller\StandardController': ['featured']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement