Maybe I want to add a new view
, and also a new Menu Item Type
to content component.
What are the steps please?
UPDATE
Question (by @ValentinDespa
) :
You want to extend com_content functionality or you want to override a view or to build a new component that does something?
As I said, I want to extend com_content
and add a new view to it. There are some views like Single Article
, Category Blog
, and Category List
right now.
I want to add another menu items called Article Titles
, so titles only will be displayed but with some parameters (like columns count).
It is a need that is not supplied by current features.
NOTE
Guys, it doesn't matter what my new view should be like, please tell me How to create a new view.