()
| 232 | } |
| 233 | |
| 234 | async assembleSchema() { |
| 235 | console.log('Building Theme Schema File...'); |
| 236 | const schema = await this.themeConfig.getSchema(); |
| 237 | console.log(`${'ok'.green} -- Theme Schema Building Finished`); |
| 238 | return schema; |
| 239 | } |
| 240 | |
| 241 | async assembleSchemaTranslations() { |
| 242 | console.log('Schema Translations Parsing Started...'); |
no test coverage detected