All add-ons currently require PHP 7.4 or greater.

On July 4th 2024 PHP 8.2 will be the new minimum requirement for all add-ons. Expect any add-on released after that date to require 8.2 or greater. Some releases may not immediately take advantage of 8.x specific features in PHP, which means you might, be able to continue using new releases in PHP 7.4, however, if you experience an error the first thing you should do is update to PHP 8.2 then create a support ticket if the error persists.

Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Feature Request: Add Selectable Buttons as a option for fieldtype

Status Resolved
Add-on / Version Bloqs Latest
Severity
EE Version 7

Blake DuBose

Oct 31, 2023

Feature request for selectable buttons as option for fieldtype in Bloqs.

#1

BoldMinded (Brian)

Hi, Blake. Could you be more specific? I don’t know what this request means. Screenshots or illustrations?

#2

Blake DuBose

Selectable Buttons A relatively new fieldtype in EE. Not currently an option for use in Bloqs.

#3

BoldMinded (Brian)

Ah. That should be an easy fix. Update the fieldtypes.xml file in the bloqs folder to this:

<?xml version="1.0"?>
<fieldtypes >
    <a>
        <!-- Built-in field types -->
        <fieldtype name="checkboxes" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="colorpicker" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="date" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="email_address" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="file">
        <fieldtype name="multi_select">
        <fieldtype name="radio" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="range_slider" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="relationship" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\RelationshipContentTypeAdapter">
        <fieldtype name="rte" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="selectable_buttons" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="select" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="slider" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="text" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="textarea" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="toggle" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">
        <fieldtype name="url" adapter="\\\\\\\\BoldMinded\\\\\\\\Bloqs\\\\\\\\Adapter\\\\\\\\BuiltinContentTypeAdapter">

        <!-- External field types -->
        <fieldtype name="expresso" version="ge:3.2">
        <fieldtype name="wygwam" version="ge:3.3">
        <fieldtype name="assets" version="ge:3.0.0-b.2">

        <!-- https://github.com/mithra62/ee-datalist-ft -->
        <fieldtype name="datalist" version="ge:1.0.0">
    </allowlist>
</fieldtypes>
#4

BoldMinded (Brian)

Crap it escaped everything. Should just be a single backslash instead of….6.

#5

Blake DuBose

Works great.

#6

BoldMinded (Brian)

Excellent! This will be in the next release.

Login to reply