Page MenuHomeWickedGov Phorge

CtaDrawer.test.html.js
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

CtaDrawer.test.html.js

module.exports = {
defaultURLs: `
<div class=" drawer drawer-container__drawer position-fixed">
<button type="button" class="cdx-button cdx-button--size-large cdx-button--weight-quiet cdx-button--icon-only cancel">
<span class="mf-icon mf-icon-expand "> </span>
<span>mobile-frontend-drawer-arrow-label</span>
</button>
<p> </p>
<a type="button" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--size-medium cdx-button--weight-primary cdx-button--action-progressive " href="logIn">
<span>Log in</span>
</a>
<div class="cta-drawer__anchors">
<a href="signUp" class="mw-mf-anchor mw-mf-anchor-progressive ">
Sign up
</a>
</div>
</div>
`,
overrideURLs: `
<div class=" drawer drawer-container__drawer position-fixed">
<button type="button" class="cdx-button cdx-button--size-large cdx-button--weight-quiet cdx-button--icon-only cancel">
<span class="mf-icon mf-icon-expand "> </span>
<span>mobile-frontend-drawer-arrow-label</span>
</button>
<p> </p>
<a type="button" class="cdx-button cdx-button--fake-button cdx-button--fake-button--enabled cdx-button--size-medium cdx-button--weight-primary cdx-button--action-progressive " href="customLogIn">
<span>custom log in</span>
</a>
<div class="cta-drawer__anchors">
<a href="customSignUp" class="mw-mf-anchor mw-mf-anchor-progressive ">
custom sign up
</a>
</div>
</div>
`
};

File Metadata

Mime Type
text/html
Expires
Wed, Aug 19, 12:27 (3 w, 2 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f1/27/7a2d18f5fac776570116c61ffce2
Default Alt Text
CtaDrawer.test.html.js (1 KB)

Event Timeline