new_project_wizard.md: Clarify asset creation possibilities

This commit is contained in:
Karol Lewandowski 2025-04-25 13:00:40 +02:00 committed by Karol Lewandowski
parent 541a29c9ab
commit 7a61adedec

View File

@ -158,8 +158,9 @@ It is often required to populate a created project with initial assets like:
- sample code - sample code
This can be achieved by creating a step extending [`AssetsNewProjectWizardStep`](%gh-ic%/java/idea-ui/src/com/intellij/ide/projectWizard/generators/AssetsNewProjectWizardStep.kt). This can be achieved by creating a step extending [`AssetsNewProjectWizardStep`](%gh-ic%/java/idea-ui/src/com/intellij/ide/projectWizard/generators/AssetsNewProjectWizardStep.kt).
See example implementations in the [`intellij-community`](https://github.com/JetBrains/intellij-community) repository. It allows for adding directories, static assets, assets generated from Freemarker templates, and granting them proper file permissions.
See example implementations in the [`intellij-community`](https://github.com/JetBrains/intellij-community) repository.
### Steps Forking the Wizard Flow ### Steps Forking the Wizard Flow