Matt Milburn

Results 44 comments of Matt Milburn
trafficstars

Hi @anthonytison @arioston @sebsebseb123 This is not a bug, it's just not implemented yet. A lot of new features will be coming to this plugin before the end of the...

Hi @Ram-Metapercept Could you provide more your details from your `package.json` and `config/plugins.js` files? Have you also tried restarting or rebuiding your app?

Hi @Ram-Metapercept @dwhiteGUK @L-Weisz Please make sure to provide your `package.json` details in addition to your `config/plugins.js` as it can be very helpful in diagnosing this kind of issue. As...

Hi @gryphonmyers That's actually a great idea 🙂 I'll keep this pinned so it can be explored later 👍🏻

Hi @jphilung @Shekhar-Zealous Have you tried extending the plugin as described in the [Extending](https://github.com/mattmilburn/strapi-plugin-preview-button#extending) section of the docs? This let's you modify the URL at run time while having access...

Hi @jphilung @Shekhar-Zealous @ectuser This plugin has now been upgraded to [version 2.0.0](https://github.com/mattmilburn/strapi-plugin-preview-button/releases/tag/v2.0.0) with breaking changes to the configuration and a lot of improvements behind the scenes. I believe this...

Hi @ryuhangyeong Can you be more specific in what you're trying to accomplish? Adding a relation field to a `MenuItem` is certainly possible. However, having that relation auto-fill the `slug`...

@ryuhangyeong Okay, I think I understand what you mean. But one more time for my own clarity... we're talking about having custom content types, such as a `Todo` and `TodoItem`...

Hi @sergheiCovali This extension portion of your code looks okay. Can you provide more details from your `package.json` and `config/plugins.js`? The error suggests the `MenuItem` content type isn't registered with...

Hi @thongbn Yes I absolutely do have plans for i18n support. It's just a matter of time for me to get around to that feature 👍🏻