• Hi Martyn,

    first of all – love this plugin. Great job!

    Is there any way I can add revisions to the charts?

    kind regards
    ~Seb

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author martynasma

    (@martynasma)

    Thanks, Seb.

    I’m afraid we do not plan on adding WP revision support. Sorry ??

    Thread Starter deffo

    (@deffo)

    Thanks for your fast reply. I have found a workaround in the meantime. ??

    For those that are interested:

    add_action('after_setup_theme', 'add_revisions_support');
    function add_revisions_support()
    {
        add_post_type_support( 'amchart', array('editor', 'revisions') );
    }

    This adds the editor to the amchart CPT. In order to store revisions you have to make a little change in the editor for WP to recognize a new revision. I just put Version 1 into that and add 1 with each change so i can store a revision.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Revision Support’ is closed to new replies.