Module Navigator
The Module Navigator is a powerful admin tool that provides a comprehensive overview and navigation system for all modules on your Jimdo website. It allows you to quickly locate, identify, and navigate to any module on the current page through an intuitive popup interface.
How to activate
Enable the Module Navigator in your `MatrixConfig.js`
```javascript
var MatrixConfig = {
features: {
moduleNavigator: true, // Enable module navigator
// ... other features
}
};
```
If you have encountered any bugs, errors, or unexpected behavior in the module Navigator, please leave a comment below.
Comments: 0
