Rank: Member
Groups: Member, Moderator Joined: 7/11/2019(UTC) Posts: 13
|
Shabana, I figured out your problem. At the moment, this function is not implemented in Multistep, in the future, it will be added. At the moment, the best I can offer that use button replace. Best regards, Anatoliy Churikov
|
|
|
|
Rank: Member
Groups: Member
Joined: 10/16/2019(UTC) Posts: 12
|
I don't understand. So, when the multieditor loads when we're editing a PSD, there's no way to load the saved changes automatically? I only have 1 step here. We select and edit the PSD and click Finish, that's it. There is not even a Preview step. Also, what is this button replace? Edited by user Wednesday, November 13, 2019 9:45:30 PM(UTC)
| Reason: Not specified
|
|
|
|
Rank: Member
Groups: Member, Moderator Joined: 7/11/2019(UTC) Posts: 13
|
Multistep and CC are different products that can work together, the button Replace belongs to the CC and not to multistep. If you want to add a preview step, you need to do next: 1) Add preview in the "steps": "steps": [ { "name": "Design", "mainPanel": { "name": "imprint" }, "toolPanel": { "name": "links" } }, { "name": "Preview", "mainPanel": { "name": "preview" }, "toolPanel": { "name": "agree-checkbox" }, "onActivate": [ "{{ #function $['imprint'].getHiResImages(800,800) }}" ] } ] 2) add widget preview: { "name": "preview", "type": "image-carousel", "params": { "containerColor": "#ffffff", "showImageIndex": false, "images": [ { "url": "{{ $['image-request'].response }}" } ] } }, 3) add widget checkbox - so that the person agrees with the accepted changes before being sent to the basket: { "name": "agree-checkbox", "type": "checkbox", "params": { "prompt": "I have reviewed and approve my design.", "value": false } } Best regards, Anatoliy Churikov
|
|
|
|
Rank: Member
Groups: Member
Joined: 10/16/2019(UTC) Posts: 12
|
I don't want a preview step. I'm trying to figure out how in the world I can edit the PSD without it loading the old unchanged version.
|
|
|
|
Rank: Member
Groups: Member, Moderator Joined: 7/11/2019(UTC) Posts: 13
|
Unfortunately, this feature is not currently available. Its development is planned soon. Best regards, Anatoliy Churikov
|
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.