We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81c3104 commit 40f06bdCopy full SHA for 40f06bd
1 file changed
plugins/SettingsPa/layouts/parts/registration-fields/cultural-segment.php
@@ -11,4 +11,4 @@
11
'entity-terms'
12
);
13
?>
14
-<entity-terms :entity="entity" taxonomy="segmento" :editable="<?=$isEditable?>" classes="col-12" title="<?php i::_e('Segmento cultural'); ?>" ></entity-terms>
+<entity-terms :entity="entity" taxonomy="segmento" :editable="isEditable ? 'true' : 'false' ?>" classes="col-12" title="<?php i::_e('Segmento cultural'); ?>" ></entity-terms>
0 commit comments