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] Setting tooltip #56

Open
ChristopheCVB opened this issue Oct 5, 2023 · 1 comment · Fixed by #65
Open

[API 7] Setting tooltip #56

ChristopheCVB opened this issue Oct 5, 2023 · 1 comment · Fixed by #65
Assignees
Milestone

Comments

@ChristopheCVB
Copy link
Owner

Add annotation param tooltip to Setting

    public @interface Tooltip {
        String title() default "";
        String body();
        String docUrl() default "";
    }
    Tooltip tooltip() default @Tooltip(body = "");
@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 6, 2023 that will close this issue
@ChristopheCVB
Copy link
Owner Author

I merged the PR but Unit Tests are lacking :/

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