Share formats
import code from './my-skill.converse'
export default {
code,
formats: {
smiley(text) {
return text + ' :)'
}
}
}import code from './my-skill.converse'
export default {
code,
formats: {
smiley(text) {
return text + ' :)'
}
},
shareFormats: true
}Last updated