pods-framework / pods

The Pods Framework is a Content Development Framework for WordPress - It lets you create and extend content types that can be used for any project. Add fields of various types we've built in, or add your own with custom inputs, you have total control.
https://pods.io/
GNU General Public License v2.0
1.06k stars 265 forks source link

Cant create field type of html #7311

Open wireinet opened 2 weeks ago

wireinet commented 2 weeks ago

Description

Create field type = html and cant find it in backend simple no field

Version

3.1

Testing Instructions

1) create field type html 2) save 3) go to item - no field

Screenshots / Screencast

pods fields: изображение

Edit post: изображение

Possible Workaround

No response

Site Health Information

No response

Pods Package

No response

heybran commented 1 week ago

Yes, somehow html field was not rendered (tested on latest version).

image

Hey @sc0ttkclark , I've been looking at the codes for quite a while (https://github.com/pods-framework/pods/blob/main/classes/fields/html.php#L138), no idea where causes the issue yet, if you can guide me to the right direction, maybe I can help fix this one.

Pezzab commented 1 week ago

Hi just to confirm I have come across the same issue. I've tried adding an HTML field in multiple contexts but it doesn't show up in the edit screen.

image

image

image