Skip to main content

Using Data Mode to Redesign a Native Plugin

The Plugin Merge strategy let's you rewrite the markup for native plugins, such as Weather, to customize it exactly how you prefer.

Mario avatar
Written by Mario
Updated over 2 weeks ago

This article is a stub. The source of truth is our Plugin Data API docs.

Our native plugins, such as Weather, try to meet the needs of most people, but sometimes you want to customize them even further.

To do that, you can use the Plugin Merge strategy in a Private Plugin to incorporate the data from a different plugin with your design. While the original plugin would be in your playlist and hidden, the data is available to use with this strategy.

Follow our guide docs on using data mode for more information.

Did this answer your question?