| 1 |
(function() { |
| 2 |
var __cfg = document.getElementById('tab-project-synckit-cfg'); |
| 3 |
var projectId = __cfg ? __cfg.dataset.projectId : ''; |
| 4 |
initSyncKitTab({ |
| 5 |
editInputClass: 'proj-synckit-slug-input input--sm w-120', |
| 6 |
editBtnClass: 'proj-synckit-btn-row', |
| 7 |
regenInline: true, |
| 8 |
create: { mode: 'project', projectId: projectId, errorClass: 'proj-synckit-create-status--error' }, |
| 9 |
}); |
| 10 |
})(); |
| 11 |
|