0
0
Fork 1
Spiegel von https://github.com/paviliondev/discourse-custom-wizard.git synchronisiert 2025-02-10 15:07:01 +01:00
discourse-custom-wizard/assets/javascripts/discourse/lib/custom-wizard.js.es6

5 Zeilen
130 B
Text

2020-02-02 21:42:05 +11:00
function generateSelectKitContent(content) {
return content.map(i => ({id: i, name: i}))
}
export { generateSelectKitContent };