You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while I tested PR 315 I also worked with your latest commits.
There seems to be an issue right now with the $align_text param. The css classes are not outputted as required.
/**
* The default block text alignment.
*
* @var string
*/
public $align_text = 'center';
I checked the docs and realized that for setting the default value it requires something like this:
Hi @Log1x,
while I tested PR 315 I also worked with your latest commits.
There seems to be an issue right now with the
$align_text
param. The css classes are not outputted as required.I checked the docs and realized that for setting the default value it requires something like this:
I am not able to deep-dive into this right now, however I hope it is of any help.
The text was updated successfully, but these errors were encountered: