Laravel-Pagebuilder icon indicating copy to clipboard operation
Laravel-Pagebuilder copied to clipboard

Id Or Class In Block Setting

Open nirraval opened this issue 3 years ago • 1 comments

Is there any solution for give name ,id ,class in block setting for select type?

see below image something like that!! image

nirraval avatar Jul 08 '21 13:07 nirraval

Please take a look at these example block configs: https://github.com/HansSchouten/Laravel-Pagebuilder/issues/101#issuecomment-876363501. You can make any setting that you like and use it in a php view file.

So in your case you would create a setting for the id attribute, a setting for the class attribute, .. and then output the values at the right places in your view file.

HansSchouten avatar Jul 08 '21 17:07 HansSchouten