#Custom Field Extension doesn't work

1 messages · Page 1 of 1 (latest)

robust hearth
#

cont...

then i added it in my App.tsx:

    <Route path="/create" element={<ScaffolderPage />}>
      <ScaffolderFieldExtensions>
        <ValidateNameFieldExtensions />
      </ScaffolderFieldExtensions>
    </Route>

but it didn't work. am i missing something? i also tried to add a <div>test</div> to test if it will display on the scaffolder but it didn't show up.

i tried adding ui:field: ValidateName on my template.yaml but that just erased the name label.

i am following and referencing these: https://youtu.be/vskefrlvocE?list=PLj6h78yzYM2PyrvCoOii4rAopBswfz1p7&t=857
https://backstage.io/docs/features/software-templates/writing-custom-field-extensions

The State of Backstage in 2023 - Ben Lambert & Patrik Oldsberg, Spotify

Ben and Patrik, both maintainers on the popular open source project Backstage, will talk through the state of the project and the new features that are coming your way. Coming off the back of BackstageCON in Detroit, the Backstage maintainer team have been working hard to g...

▶ Play video
#

EDIT: nevermind, i already solved it 🥲 i didn't notice that my name for my scaffolder extension was not the same as what i was using in my ui:field