Customize your plugins to align with team standards and enhance developer experience. Tailor display, code generators, and versions for optimal use within your organization.
Display Name
By default, the display name of your plugin is the same as its Plugin ID. However, you can customize this to make it more user-friendly and descriptive within the Amplication UI.
A clear and concise display name helps your teammates quickly understand the plugin’s purpose and functionality when browsing available plugins.
my-auth-plugin
, consider a display name like “Organization Standard Authentication”.Custom Icon & Color
Amplication provides a library of icons and color palettes to visually represent your plugins. Choosing a custom icon and color makes your plugins stand out in the UI and enhances visual recognition.
This visual distinction is especially helpful when you have multiple plugins in your organization’s repository. A recognizable icon can significantly speed up plugin discovery and selection.
Code Generator
The Code Generator option determines which code generator the plugin is built for (e.g., .NET, Node.js, Blueprints). This option dictates:
Description
The description appears in the Amplication UI and provides valuable context to your developers. A well-written description should clearly explain:
Versions
The Versions section allows you to manage different iterations of your plugin. This is crucial for:
Dev Version
When enabled, Dev Version allows Amplication to pull the plugin code directly from the base branch (e.g., main
, develop
) defined in your Git settings.
This option streamlines plugin testing during development by avoiding the formal plugin publishing process, allowing for quicker iterations and experimentation.