Manage articles with a file/image manager like interface
Permalink 1 user found helpfulOriginally I was creating pages and inserting my customized article block into it, but this poses problems when trying to search or provide some direct access to the article data (such as RSS, or JSON feeds).
Ideally, I want to build an interface that allows me to manage a list of articles, similar to the way the file and image managers have the list of images, and then have:
1) A list block to show a list of articles based on criteria.
2) A view block that can refer to specific articles by its properties, or by querystring when linking to a dynamic page from the list of articles.
3) An edit block that will enable me to edit the article (probably re-using what I already have for the block editor).
What is the basic structure of this? Would I need to follow the image block's controller structure?
Rexx

did you find the solution on this issue? I would be interested in having something similar. An example would be the following webpage
http://www.neaspec.com/applications/...
where the articles are listed according to applied filters.
Konstantinos