Currently, Breakdance does not provide a way to modify existing breakpoint values using hooks or filters. For example, I’d like to update the Tablet Landscape breakpoint from: 'Tablet Landscape', 1024, ['maxWidth' => 1119] to : 'Tablet Landscape', 1024, ['maxWidth' => 1199] However, this can only be done by editing the core plugin files, which isn’t ideal as it gets overwritten with updates. Feature Request: Please add a filter or hook that allows developers to modify or override default breakpoints (e.g., to adjust min/max width values or rename them) without editing core plugin files. Benefit: This would make Breakdance more flexible for custom responsive design setups and ensure developers can maintain their configurations safely during plugin updates.