DEV: Migrate about config area to Form Kit (#28021)

Form Kit is our new form library/framework for unifying the way forms look across Discourse. The admin config area for the /about page is a new form that isn't currently used, so it makes sense for it to be one of the first forms to be migrated to Form Kit to test the library.

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
This commit is contained in:
Osama Sayegh
2024-07-25 19:07:38 +03:00
committed by GitHub
parent 45f6bc0093
commit 7cc0f26292
15 changed files with 360 additions and 267 deletions

View File

@ -26,6 +26,8 @@ module PageObjects
component.find(".fk-d-menu__trigger")["data-value"]
when "select"
component.find("select").value
when "composer"
component.find("textarea").value
end
end