1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 07:47:00 +02:00
This commit is contained in:
Ryan Cramer
2025-02-14 09:57:42 -05:00
parent c7ba08ecb9
commit f88350baa5

View File

@@ -62,6 +62,7 @@ class InputfieldPage extends Inputfield implements ConfigurableModule {
'InputfieldRadios', 'InputfieldRadios',
'InputfieldAsmSelect', 'InputfieldAsmSelect',
'InputfieldPageListSelect', 'InputfieldPageListSelect',
'InputfieldPageListSelectMultiple',
'InputfieldPageAutocomplete', 'InputfieldPageAutocomplete',
'InputfieldTextTags', 'InputfieldTextTags',
); );