11 lines
169 B
JavaScript
11 lines
169 B
JavaScript
export default {
|
|
name: 'Text',
|
|
colour: 180,
|
|
contents: [
|
|
"io_text",
|
|
"io_text_multiline",
|
|
"text_template",
|
|
"io_text_join",
|
|
"text_compare",
|
|
]
|
|
}
|