Añadiendo los plugins base payments y cms_api

This commit is contained in:
Jordan
2026-03-05 18:31:21 +00:00
parent 83006dad83
commit 48fab839d0
1531 changed files with 163437 additions and 0 deletions

View 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);
}();