Alexander Menk

Results 588 comments of Alexander Menk

@niklasravnsborg How shall we proceed here? Can we catch the exception somehow?

Thanks for your quick feedback - I absolutely get your point. There are lots of cases where you need a certain attribute, but depending on which product instance you have...

I know there are workarounds to solve this locally, I raise this topic here in architecture to see if it is a good fit for general advancement of the Magento...

Cool, thanks. Will you make a pull request?

@vchrizz Currently it does not have priority in our project any more .. But still it is nice to have and a clean solution for future projects.

I figured something out - you can specify a settings array, which is parsed in https://github.com/HansSchouten/PHPageBuilder/blob/master/src/Modules/GrapesJS/Block/BlockAdapter.php#L113 * the block has to be a PHPblock (view.php) instead of view.html * config.php...

Thanks. I would add this to the readme? Or can you activate the wiki? Alex

In addition to https://github.com/HansSchouten/Laravel-Pagebuilder/issues/73#issuecomment-754902403 there is also the trait / setting type "image" which is pretty useful.

What is the use case for this? There is already a WYSIWYG editor in the block-editing itself?

Interesting question. I think the grapesjs blocks are made up of Javascript, while this projects uses .html and .php files for the theme definition. See also https://github.com/HansSchouten/PHPageBuilder/issues/17