Multiple fields on the same Resource #35
Replies: 3 comments 1 reply
-
|
Hi @bbs-smuller, Thanks for raising this! I understand the request, but I wanted to share some perspective on Mason's design philosophy. The core purpose of Mason builder is to build a page - it's designed as a comprehensive page builder where you construct Mason is meant to give you one powerful canvas where you assemble all your content blocks in a cohesive way, rather than That said, I'd love to hear @awcodes' take on this - there might be use cases or architectural approaches I'm not considering. Best regards |
Beta Was this translation helpful? Give feedback.
-
|
Hello @muyaedward ; thanks for your feedback. I think there's a lot of examples to allow multiple Mason bricks fields on the same page. But sure ; interested in how @awcodes see the purpose of the library. |
Beta Was this translation helpful? Give feedback.
-
|
I agree with what @muyaedward said. But v3.0.4 supports them. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a question for the version 3.0

I have multiple "Mason::make()" on the same resource.
But using the iframe it seems that only the last field is handled.
It is link to the <iframe> in
mason/resources/views/mason.blade.php
Line 81 in 1db6ea0
and the related JS in
mason/resources/js/mason.js
Line 43 in 1db6ea0
I cannot fix it by myself but I think it will be a great level up to allow multiple fields in the same resources.
Thanks for all your work !
Beta Was this translation helpful? Give feedback.
All reactions