Añadiendo los plugins base payments y cms_api
This commit is contained in:
23
cms/lib/plugins/cms_api/cmsAPI/runbutton.js
Normal file
23
cms/lib/plugins/cms_api/cmsAPI/runbutton.js
Normal file
@@ -0,0 +1,23 @@
|
||||
/* eslint-disable */
|
||||
!function () {
|
||||
var runData = document.getElementById('public-run-button-embed'),
|
||||
buttonUrl = runData.dataset.buttonUrl,
|
||||
webHost = runData.dataset.webHost,
|
||||
customAction = 'Don\'t have the app yet?<br />' +
|
||||
'<span class=\'pm-oip-highlighted-text\'>' +
|
||||
'<a href=\'' + webHost + 'apps\' target=\'_blank\'>' +
|
||||
'Get the app' +
|
||||
'</a>' +
|
||||
'</span>';
|
||||
|
||||
(function (p,o,s,t,m,a,n) {
|
||||
!p[s] && (p[s] = function () { (p[t] || (p[t] = [])).push(arguments); });
|
||||
!o.getElementById(s+t) && o.getElementsByTagName("head")[0].appendChild((
|
||||
(n = o.createElement("script")),
|
||||
(n.id = s+t), (n.async = 1), (n.src = m), n
|
||||
));
|
||||
}(window, document, "_pm", "PostmanRunObject", buttonUrl));
|
||||
|
||||
_pm('_property.set', 'url_root.chrome', webHost);
|
||||
_pm('_property.set', 'defaults.webAction', customAction);
|
||||
}();
|
||||
Reference in New Issue
Block a user