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

Plugins: Allow view specific config #201

Draft
wants to merge 1 commit into
base: Development
Choose a base branch
from

Commits on Nov 17, 2024

  1. Plugins: Allow view specific config

    Add a method for view specfic configuration
    keys via json. The goal is to allow additional
    settings (i.e. 64x64 layouts) without increasing
    the  footprint for others.
    
    A new interface called IJsonConfig defines the API
    to use. Both plugins and views can implement it. The
    plugins then forward config calls to the views to have
    view specific settings covered (if needed).
    nhjschulz committed Nov 17, 2024
    Configuration menu
    Copy the full SHA
    a990dd0 View commit details
    Browse the repository at this point in the history