Skip to content

Commit

Permalink
feat: add slug to transport article
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreiffers committed Oct 10, 2024
1 parent ca33247 commit ffc6a65
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@
}
},
"type": "text"
},
"slug": {
"type": "string",
"pluginOptions": {
"i18n": {
"localized": true
}
}
}
}
}

0 comments on commit ffc6a65

Please sign in to comment.