Comment to 'Labels'
Comment to Labels
  • I've just upgraded your membership to allow to post links.

    You can add block in Studio Pages Builder into content adding page with the following JS code (please modify it for your needs), it will disable needed values:

    <script>
    $("select option[value='your_value_here']").prop('disabled', 1);
    </script>

    However it will apply to UNA 10 and below.