Update stories
This commit is contained in:
parent
58afde60a5
commit
9fff10eb50
1 changed files with 603 additions and 229 deletions
|
@ -78529,6 +78529,18 @@ exports[`Storyshots Views / Pages / Page list no data 1`] = `
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Views / Plugins / Edit secret field password 1`] = `
|
||||||
|
<div
|
||||||
|
style="padding:24px"
|
||||||
|
/>
|
||||||
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Views / Plugins / Edit secret field secret key 1`] = `
|
||||||
|
<div
|
||||||
|
style="padding:24px"
|
||||||
|
/>
|
||||||
|
`;
|
||||||
|
|
||||||
exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
<div
|
<div
|
||||||
style="padding:24px"
|
style="padding:24px"
|
||||||
|
@ -78565,7 +78577,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
These are general information about your store. They define what is the URL of your store and what is shown in brow sers taskbar.
|
These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -78646,6 +78658,9 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id PluginsDetailsPage-spacer-id"
|
||||||
|
/>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-h6-id"
|
class="MuiTypography-root-id MuiTypography-h6-id"
|
||||||
|
@ -78658,6 +78673,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers.
|
This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
<div
|
<div
|
||||||
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
||||||
>
|
>
|
||||||
|
@ -78689,8 +78705,8 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-outlined-id"
|
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-shrink-id MuiInputLabel-outlined-id MuiFormLabel-filled-id"
|
||||||
data-shrink="false"
|
data-shrink="true"
|
||||||
>
|
>
|
||||||
Username or account
|
Username or account
|
||||||
</label>
|
</label>
|
||||||
|
@ -78702,7 +78718,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
||||||
name="Username or account"
|
name="Username or account"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value="avatax_user"
|
||||||
/>
|
/>
|
||||||
<fieldset
|
<fieldset
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
@ -78711,7 +78727,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
>
|
>
|
||||||
<legend
|
<legend
|
||||||
class="PrivateNotchedOutline-legend-id"
|
class="PrivateNotchedOutline-legend-id"
|
||||||
style="width:0.01px"
|
style="width:0"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
|
|
||||||
|
@ -78720,7 +78736,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-filled-id"
|
||||||
>
|
>
|
||||||
Provide user or account details
|
Provide user or account details
|
||||||
</p>
|
</p>
|
||||||
|
@ -78733,8 +78749,8 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-outlined-id"
|
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-shrink-id MuiInputLabel-outlined-id MuiFormLabel-filled-id"
|
||||||
data-shrink="false"
|
data-shrink="true"
|
||||||
>
|
>
|
||||||
Password or license
|
Password or license
|
||||||
</label>
|
</label>
|
||||||
|
@ -78746,7 +78762,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
||||||
name="Password or license"
|
name="Password or license"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value="TEM8S2-2ET83-CGKP1-DPSI2-EPZO1"
|
||||||
/>
|
/>
|
||||||
<fieldset
|
<fieldset
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
@ -78755,7 +78771,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
>
|
>
|
||||||
<legend
|
<legend
|
||||||
class="PrivateNotchedOutline-legend-id"
|
class="PrivateNotchedOutline-legend-id"
|
||||||
style="width:0.01px"
|
style="width:0"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
|
|
||||||
|
@ -78764,7 +78780,7 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-filled-id"
|
||||||
>
|
>
|
||||||
Provide password or license details
|
Provide password or license details
|
||||||
</p>
|
</p>
|
||||||
|
@ -78797,6 +78813,140 @@ exports[`Storyshots Views / Plugins / Plugin details default 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h5-id"
|
||||||
|
>
|
||||||
|
Authorization
|
||||||
|
</span>
|
||||||
|
<div
|
||||||
|
class="makeStyles-toolbar-id"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-children-id"
|
||||||
|
/>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="MuiCardContent-root-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
API key
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
**** 9ab9
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Clear
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Edit
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Password
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Clear
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Edit
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Empty Password
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Create
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -78839,7 +78989,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
These are general information about your store. They define what is the URL of your store and what is shown in brow sers taskbar.
|
These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -78920,6 +79070,9 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id PluginsDetailsPage-spacer-id"
|
||||||
|
/>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-h6-id"
|
class="MuiTypography-root-id MuiTypography-h6-id"
|
||||||
|
@ -78932,6 +79085,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers.
|
This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div>
|
||||||
<div
|
<div
|
||||||
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
||||||
>
|
>
|
||||||
|
@ -78963,8 +79117,8 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-outlined-id"
|
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-shrink-id MuiInputLabel-outlined-id MuiFormLabel-filled-id"
|
||||||
data-shrink="false"
|
data-shrink="true"
|
||||||
>
|
>
|
||||||
Username or account
|
Username or account
|
||||||
</label>
|
</label>
|
||||||
|
@ -78976,7 +79130,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
||||||
name="Username or account"
|
name="Username or account"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value="avatax_user"
|
||||||
/>
|
/>
|
||||||
<fieldset
|
<fieldset
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
@ -78985,7 +79139,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
>
|
>
|
||||||
<legend
|
<legend
|
||||||
class="PrivateNotchedOutline-legend-id"
|
class="PrivateNotchedOutline-legend-id"
|
||||||
style="width:0.01px"
|
style="width:0"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
|
|
||||||
|
@ -78994,7 +79148,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-filled-id"
|
||||||
>
|
>
|
||||||
Provide user or account details
|
Provide user or account details
|
||||||
</p>
|
</p>
|
||||||
|
@ -79007,8 +79161,8 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
class="MuiFormControl-root-id MuiTextField-root-id MuiFormControl-fullWidth-id"
|
||||||
>
|
>
|
||||||
<label
|
<label
|
||||||
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-outlined-id"
|
class="MuiFormLabel-root-id MuiInputLabel-root-id MuiInputLabel-formControl-id MuiInputLabel-animated-id MuiInputLabel-shrink-id MuiInputLabel-outlined-id MuiFormLabel-filled-id"
|
||||||
data-shrink="false"
|
data-shrink="true"
|
||||||
>
|
>
|
||||||
Password or license
|
Password or license
|
||||||
</label>
|
</label>
|
||||||
|
@ -79020,7 +79174,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
class="MuiInputBase-input-id MuiOutlinedInput-input-id"
|
||||||
name="Password or license"
|
name="Password or license"
|
||||||
type="text"
|
type="text"
|
||||||
value=""
|
value="TEM8S2-2ET83-CGKP1-DPSI2-EPZO1"
|
||||||
/>
|
/>
|
||||||
<fieldset
|
<fieldset
|
||||||
aria-hidden="true"
|
aria-hidden="true"
|
||||||
|
@ -79029,7 +79183,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
>
|
>
|
||||||
<legend
|
<legend
|
||||||
class="PrivateNotchedOutline-legend-id"
|
class="PrivateNotchedOutline-legend-id"
|
||||||
style="width:0.01px"
|
style="width:0"
|
||||||
>
|
>
|
||||||
<span>
|
<span>
|
||||||
|
|
||||||
|
@ -79038,7 +79192,7 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id"
|
class="MuiFormHelperText-root-id MuiFormHelperText-contained-id MuiFormHelperText-filled-id"
|
||||||
>
|
>
|
||||||
Provide password or license details
|
Provide password or license details
|
||||||
</p>
|
</p>
|
||||||
|
@ -79071,6 +79225,140 @@ exports[`Storyshots Views / Plugins / Plugin details form errors 1`] = `
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="MuiPaper-root-id MuiPaper-elevation0-id MuiCard-root-id MuiPaper-rounded-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h5-id"
|
||||||
|
>
|
||||||
|
Authorization
|
||||||
|
</span>
|
||||||
|
<div
|
||||||
|
class="makeStyles-toolbar-id"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-children-id"
|
||||||
|
/>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="MuiCardContent-root-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
API key
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
**** 9ab9
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Clear
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Edit
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Password
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Clear
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Edit
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id makeStyles-hr-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="makeStyles-item-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Empty Password
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
|
/>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id MuiButton-root-id MuiButton-text-id makeStyles-button-id MuiButton-textPrimary-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<span
|
||||||
|
class="MuiButton-label-id"
|
||||||
|
>
|
||||||
|
Create
|
||||||
|
</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
@ -79113,7 +79401,7 @@ exports[`Storyshots Views / Plugins / Plugin details loading 1`] = `
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
These are general information about your store. They define what is the URL of your store and what is shown in brow sers taskbar.
|
These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -79182,16 +79470,49 @@ exports[`Storyshots Views / Plugins / Plugin details loading 1`] = `
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</form>
|
||||||
|
</div>
|
||||||
|
`;
|
||||||
|
|
||||||
|
exports[`Storyshots Views / Plugins / Plugin details not configurable 1`] = `
|
||||||
|
<div
|
||||||
|
style="padding:24px"
|
||||||
|
>
|
||||||
|
<form>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h5-id"
|
||||||
|
>
|
||||||
|
Username or account Details
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-action-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-root-id makeStyles-inverted-id"
|
||||||
|
>
|
||||||
<div>
|
<div>
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-h6-id"
|
class="MuiTypography-root-id MuiTypography-h6-id"
|
||||||
>
|
>
|
||||||
Plugin Settings
|
Plugin Information and Status
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="MuiTypography-root-id MuiTypography-body1-id"
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
>
|
>
|
||||||
This adress will be used to generate invoices and calculate shipping rates. Email adress you provide here will be used as a contact adress for your customers.
|
These are general information about your store. They define what is the URL of your store and what is shown in browsers taskbar.
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
|
@ -79203,7 +79524,7 @@ exports[`Storyshots Views / Plugins / Plugin details loading 1`] = `
|
||||||
<span
|
<span
|
||||||
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h5-id"
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h5-id"
|
||||||
>
|
>
|
||||||
Plugin Settings
|
Plugin Information and Status
|
||||||
</span>
|
</span>
|
||||||
<div
|
<div
|
||||||
class="makeStyles-toolbar-id"
|
class="makeStyles-toolbar-id"
|
||||||
|
@ -79217,7 +79538,60 @@ exports[`Storyshots Views / Plugins / Plugin details loading 1`] = `
|
||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
class="MuiCardContent-root-id"
|
class="MuiCardContent-root-id"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h6-id"
|
||||||
|
>
|
||||||
|
Plugin Name
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Username or account
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id makeStyles-title-id MuiTypography-h6-id"
|
||||||
|
>
|
||||||
|
Description
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Lorem ipsum dolor sit amet enim. Etiam ullamcorper. Suspendisse a pellentesque dui, non felis. Maecenas malesuada elit lectus felis, malesuada ultricies. Curabitur et ligula. Ut molestie a, ultricies porta urna. Vestibulum commodo volutpat a, convallis ac, laoreet enim. Phasellus fermentum in, dolor. Pellentesque facilisis. Nulla imperdiet sit amet magna.
|
||||||
|
</div>
|
||||||
|
<div
|
||||||
|
class="makeStyles-spacer-id"
|
||||||
/>
|
/>
|
||||||
|
<hr
|
||||||
|
class="makeStyles-root-id"
|
||||||
|
/>
|
||||||
|
<div
|
||||||
|
class="MuiTypography-root-id makeStyles-status-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Status
|
||||||
|
</div>
|
||||||
|
<label
|
||||||
|
class="MuiFormControlLabel-root-id"
|
||||||
|
>
|
||||||
|
<button
|
||||||
|
class="MuiButtonBase-root-id makeStyles-root-id"
|
||||||
|
tabindex="0"
|
||||||
|
type="button"
|
||||||
|
>
|
||||||
|
<input
|
||||||
|
class="makeStyles-box-id makeStyles-checked-id"
|
||||||
|
name="active"
|
||||||
|
type="checkbox"
|
||||||
|
value="true"
|
||||||
|
/>
|
||||||
|
</button>
|
||||||
|
<span
|
||||||
|
class="MuiTypography-root-id MuiFormControlLabel-label-id MuiTypography-body1-id"
|
||||||
|
>
|
||||||
|
Set plugin as Active
|
||||||
|
</span>
|
||||||
|
</label>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue