I'm trying to think of ways to provide 'chunks', which can be either
HTML fragments or the output from plugins (components?), e.g.
the output from:
{{=LOAD('default','latest.load')}}
I want to pre-create various chunk records for things like this
latest.load example; users can't change these. But they can choose
which ones are visible, either in a sidebar or a portal type app.
Users can, however, add HTML fragment chunks, which they can also
choose to display in the sidebar or portal.
Any suggestions on how to architect this? Thanks