Credits on the System Page

Is there a way to include any credits on the panel/system page? It would be nice to name the theme designer or developer here including some contact details. The plugins do show some information.

You could set up a plugin that actually doesn’t add any extensions but features then the credits for e.g. the theme designer.

@tillcremer In my plug-ins, I have added the following info field to the end of the page in the blueprint:

plugincredits:
  label: false
  type: info
  theme: empty
  text: |
    Plug-in Version {{ kirby.plugin('yourname/pluginname').version }} | (date: year) © (link: https://mydomain.com text: MyCompanyName target: _blank)

The version number of the plug-in is also displayed here. Of course, you can customize the theme according to your wishes – depending on whether you want the credit to appear discreetly or conspicuously. Alternatively, you can also place it at the top of the page.

@GB_DESIGN Where exactly do you place this field?

It is a simple info field.
You can integrate it anywhere you like in your blueprints.

But I want it to show on the system page /panel/system if possible.

You could overwrite the default system view, see Panel areas | Kirby CMS