[11:54:27] | * bamcclus[m] has joined #farmos |
[11:57:01] | <bamcclus[m]> | Has anyone gotten a module like "Farm iFrame" (https://github.com/Farmer-Eds-Shed/farm_iframe) working on recent versions of FarmOS with Drupal 10? |
[11:57:01] | <bamcclus[m]> | My goal is to add a chat interface or data input UI to farmos |
[11:59:24] | <FarmerEd[m]> | It probably just needs the info.yml file updated to include Drupal 10. |
[12:03:16] | <FarmerEd[m]> | I haven't worked with that module in a long time, but I may be able to give it a quick look over later. |
[12:18:32] | <bamcclus[m]> | <FarmerEd[m]> "I haven't worked with that..." <- Thanks for the quick response! Much appreciated. |
[12:18:32] | <bamcclus[m]> | Do you mean this line in farm_iframe.info.yml? core_version_requirement: ^9 ? |
[12:19:36] | <mstenta[m]> | Yes that line declares what version of Drupal the module is compatible with. |
[12:19:40] | <mstenta[m]> | So in that case... Drupal 9 |
[12:19:46] | <mstenta[m]> | Change to ^10 for Drupal 10 |
[12:20:01] | <mstenta[m]> | That doesn't mean that the module IS compatible with Drupal 10... but that's the first step in testing it :-) |
[12:43:02] | <FarmerEd[m]> | As Mike said there is definitely no guarantee that the module will work with just that change, but it's a starting point. It's based off another module by sirsundays, he may have updated his and the link is in the readme of the repo. |
[16:12:25] | * ktohalloran[m] has joined #farmos |