Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author miunosoft

    (@miunosoft)

    Can you try adding this method to your admin class?

    /**
     * @callback        filter      import_mime_types_{page slug}
     */
    public function import_mime_types_noou_swatches_options( $aMineTypes ) {
        $aMineTypes[] = 'application/json';
        return $aMineTypes;
    }
    Thread Starter yst14

    (@yst14)

    Hi Miunosoft.

    That worked!! Thank you 🙂

    Is there any way that I can ADD to the list of colours rather than overwrite the current list?

    Thank you

    Plugin Author miunosoft

    (@miunosoft)

    Glad to help!

    As for a different issue, create a new topic. Make sure to provide details so that I can understand as I don’t seem to understand the question in your last reply. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Export & Import Correct Method?’ is closed to new replies.