This is a general question about using Token and Token Filter to insert largish amounts of HTML content into a node's body. I have created two token types on my dev site that could be really useful for my project, assuming they are not ill-advised.

The first token type is for embedding simple widgets into a node's body, like UI controls and data visualizations. The second token type is for embedding another node's body, thus providing a super-simple platform for creating composite pages comprised of multiple nodes.

For the latter token type, I expect some composite pages to nest multiple layers of nodes, so node A might be a top-level node that uses tokens to display nodes B and C, and nodes B and C might use tokens to display nodes D, E and F, and so on.

This all works really well on my dev site, but I wonder if the feature will translate well in production.

Do either of these use case ideas for Token raise any red flags?

Comments

dayofthedave created an issue.