Automattic / WP-Job-Manager

Manage job listings from the WordPress admin panel, and allow users to post jobs directly to your site.
https://wpjobmanager.com
GNU General Public License v3.0
899 stars 368 forks source link

Allow Blocks to be used in Jobdescription #2655

Open masteradhoc opened 1 year ago

masteradhoc commented 1 year ago

Describe the bug Currently WPJM Users that are using a FSE or Hypbrid Theme with Gutenberg are restricted to use the classic block. See image

Even if you delock the block a convert to blocks can be clicked but nothing happens image

To Reproduce Steps to reproduce the behavior:

  1. Install GeneratePress Theme & WPJM
  2. Create a Job
  3. Start typing Text

Expected behavior Inside the post description i should be able to use all blocks as on a post/page

Isolating the problem (mark completed items with an [x]):

WordPress Environment

yscik commented 1 year ago

We plan to work on this in the foreseeable future. The main thing here is that if we enable blocks in the admin, they also need to work in the frontend editor. Fortunately it's possible now to also use the Gutenberg editor there.

ouun commented 5 days ago

@yscik I am wondering if that behavior can be bypassed in the meantime to use the Block Editor. We are not planning to use the front-end form and therefore do not need to support the blocks there.