I followed the docs and successfully created functioning blocks. However, I noticed a Title and Text field displayed below my ACF fields for my custom block. I don’t have Title and Text fields in my field configuration. There’s no registered fields under that name in my block configuration. I simply have no idea where these fields are coming from, save for the inspect element shows acf classes on the fields.
oy! I found the issue. It’s from when I was following the docs. I was able to track down the mystery field to the Testimonial field group that got applied to all block fields. When I inspected the element, I was able to grab the field ID and a quick find located it on that particular field group.