Issue #1938Opened April 2, 2019by CharlesBilbo0 reactions

[QUESTION] what would be the best way to store the template dynamically

Question

I'm looking to store data dynamically though a id that is called in, at the moment I'm loading in templates dynamically but cant seem to figure out a way to store them. below is a rough idea but something along those lines , any help is appreciated.

 storageManager: {
        type: 'remote',
       if(id){
        urlStore: 'save + id',
     }
       urlStore: 'save',
        success: true/false,
        params: { },   // For custom values on requests
        headers: {},
    },

Answers (2)

artfApril 3, 20190 reactions

editor.StorageManager.getConfig().urlStore = 'save/' + id;

lock[bot]April 2, 20200 reactions

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.