We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need the possibility to wrap a div (or something else) around a block in a placeholder of a block.
div
For example:
public function blockIteration(PhpBlock $block) { return '<div class="col-'.$this->getVarValue('cols').'">'.$block->frontend().'</div>'; }
The text was updated successfully, but these errors were encountered:
add block render itration #180
0794747
use previous block object for nested calls #180
b4a6af4
add unit test #180
80e36de
nadar
No branches or pull requests
We need the possibility to wrap a
div
(or something else) around a block in a placeholder of a block.For example:
The text was updated successfully, but these errors were encountered: