Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[API 7] SubCategory #57

Open
ChristopheCVB opened this issue Oct 5, 2023 · 0 comments · May be fixed by #68
Open

[API 7] SubCategory #57

ChristopheCVB opened this issue Oct 5, 2023 · 0 comments · May be fixed by #68
Assignees
Milestone

Comments

@ChristopheCVB
Copy link
Owner

ChristopheCVB commented Oct 5, 2023

Inside Category.java

    public @interface SubCategory {
        String name();
        String iconRelativePath() default "";

        String id();
    }

    SubCategory[] subCategories() default {};
@ChristopheCVB ChristopheCVB added this to the 9.0.0 milestone Oct 5, 2023
@Pjiesco Pjiesco self-assigned this Oct 6, 2023
@Pjiesco Pjiesco linked a pull request Oct 9, 2023 that will close this issue
@Pjiesco Pjiesco linked a pull request Oct 9, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants