[11:56:47] | <symbioquine[m]> | Dev call in ~5 minutes for folks who are interested! https://meet.jit.si/farmos-dev |
[11:56:48] | <paul121[m]> | farmOS dev call in a few minutes! |
[11:56:48] | <paul121[m]> | - https://meet.jit.si/farmos-dev |
[11:57:31] | <symbioquine[m]> | 😆 |
[11:57:49] | <paul121[m]> | ooohhhh gin beta 1 just got released!! lets demo on the dev call :-) |
[11:58:00] | <mstenta[m]> | oh! |
[12:55:54] | <TheSlurpee[m]> | I attempted joining the call, but never heard audio? Which system is used for meeting? |
[12:56:15] | <symbioquine[m]> | https://meet.jit.si/farmos-dev |
[12:56:31] | <symbioquine[m]> | You should be able to just open the link in your browser. |
[12:57:53] | <TheSlurpee[m]> | I tried joining again, but don't hear anyone talking? |
[13:01:09] | <paul121[m]> | We are almost done, but you might be able to call in as well: Dial-in: +1.512.647.1431 PIN: 3081 8519 95# |
[13:02:44] | <TheSlurpee[m]> | No worries. I'll try again next time. Looks like there is a browser plugin missing on my end. |
[13:06:06] | <paul121[m]> | Sounds good! |
[13:11:08] | <paul121[m]> | sooo.... the gin content form is quite easy to turn on! we'll just need to customize further :-) |
[13:11:20] | <paul121[m]> | ACTION uploaded an image: (131KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/lMcbeoiADrE... > |
[13:11:35] | <mstenta[m]> | wow! |
[13:11:50] | <paul121[m]> | ACTION uploaded an image: (16KiB) < https://libera.ems.host/_matrix/media/r0/download/matrix.org/dTRrsjWxGwo... > |
[13:11:59] | <mstenta[m]> | what's the process for customizing? how do you designate .... ah you beat me to it :-) |
[13:12:39] | <mstenta[m]> | how do you designate which bits go where? |
[13:13:23] | <mstenta[m]> | eg: how did you get "status" in the top? and how would you get "assigned to" into the sidebar? |
[13:13:43] | <paul121[m]> | that all happened by default, I'm not really sure how/why! |
[13:13:55] | <paul121[m]> | this is the diff for that issue: https://git.drupalcode.org/project/gin/-/commit/fd09bb4 |
[13:14:53] | <paul121[m]> | Status seems to be hard-coded:... (full message at https://libera.ems.host/_matrix/media/r0/download/libera.chat/1bcd36ec20...) |
[13:15:02] | <mstenta[m]> | ah |
[13:15:15] | <mstenta[m]> | i wonder if the sidebar is just stuff in the `advanced` section of the form? |
[13:15:23] | <paul121[m]> | I think the fun stuff happens on this line: https://git.drupalcode.org/project/gin/-/commit/fd09bb4#8e083e1eca517758... |
[13:16:06] | <paul121[m]> | yeaa maybe or `$form['gin_sidebar']` ? not sure |
[13:16:14] | <paul121[m]> | I gtg! ttyl! |
[13:16:44] | <mstenta[m]> | very interesting... so maybe we just need 2 hooks in our `farm_ui_theme.module`... `hook_gin_content_form_routes()` and `hook_form_alter()` to move things into the correct section |