Problem: I am using a 3rd-party plugin to create graphics and charts, and the plugin provides a shortcode system for displaying these charts. I have unique shortcodes for each post, and I would like to know how best to store and display these unique shortcodes for each post.
Solution: The best way to handle this is to create a custom WYSIWYG field for this post type and insert the custom shortcode for each post in the WYSIWYG field. Display the WYSIWYG field by placing a Single Field block in the Content Template for this post type. Select the WYSIWYG field as the dynamic source for this block.