Gabarito para o passo 'Sub Seções'
import React, { FC } from 'react'
const AdminOtherExample: FC = () => {
  return <h1>Other Example!</h1>
}
export default AdminOtherExample{
  "admin-example.navigation.label": "IO Training",
  "admin-example.navigation.search.kws": "mock, test, training, io",
  "admin-example.navigation.insight": "Insights",
  "admin-example.navigation.management": "Management"
}{
  "admin-example.navigation.label": "Entrenamiento de IO",
  "admin-example.navigation.search.kws": "mock, test, entrenamiento, io",
  "admin-example.navigation.insight": "Información",
  "admin-example.navigation.management": "Administración"
}{
  "section": "orders",
  "titleId": "admin-example.navigation.label",
  "searchKeyWordsHelpers": "admin-example.navigation.search.kws",
  "subSectionItems": [
    {
      "labelId": "admin-example.navigation.insight",
      "path": "/admin/iotraining"
    },
    {
      "labelId": "admin-example.navigation.management",
      "path": "/admin/otheriotraining"
    }
  ]
}{
  "admin-example.navigation.label": "Treinamento de IO",
  "admin-example.navigation.search.kws": "mock, test, treinamento, io",
  "admin-example.navigation.insight": "Informações",
  "admin-example.navigation.management": "Gerenciamento"
}{
  "admin.app.example": {
    "component": "adminExample",
    "path": "/admin/app/iotraining"
  },
  "admin.app.otherexample": {
    "component": "adminOtherExample",
    "path": "/admin/app/otheriotraining"
  }
}Help us make this content better!
VTEX IO courses are open source. If you see something wrong, you can open a pull request!
Make a contribution
Updated 6 months ago
