jan-clockworkwp

Results 13 issues of jan-clockworkwp

When I query core/paragraph block with full list of attributes, I am getting the following FE error: ```javascript error - GraphQL errors: [ { debugMessage: 'Undefined array key "dropCap"', message:...

bug
good first issue
help wanted

Currently in `@faustwp/core: 3.0.1` package, there is a way to hook into wpUrl method. But there is no way to hook into the `adminUrl`, and as far as there is...

type: feature
good first issue
help wanted

Since WordPress 6.5 deprecation warning related to `core/edit-post` appears in the console. ``` dispatch( 'core/edit-post' ).removeEditorPanel is deprecated since version 6.5. Please use dispatch( 'core/editor').removeEditorPanel instead. ``` Following update to...

### Description While working on a custom block and trying to use RadioControl and/or CheckboxControl fields, I am facing an ApolloError: Internal server error on the frontend. I have followed...

needs: author response

### Description When the CoreButton block is used and the link value is set, Next.js complains about: Invalid `` with `` child. More information about the issue can be found...

type: feature
package: @faustwp/blocks

### Description I know this topic was discussed already in various issues that are mainly closed. This is just to bring more attention to my previous [comment](https://github.com/wpengine/faustjs/issues/1657#issuecomment-1922067599) and confirm that...

needs: reproduction

Currently core/paragraph block implementation in `"@faustwp/blocks": "^4.1.0"` does not consider anchor attribute values. In some scenarios it can be handy to be able to set anchor to paragraph elements as...

package: @faustwp/blocks
has: workaround
type: enhancement

### Prerequisites - [x] I have searched the repository’s issues and [Kinde community](https://thekindecommunity.slack.com/archives/C04K316BXEH) to ensure my issue isn’t a duplicate - [x] I have checked the latest version of the...

bug

### Prerequisites - [x] I have searched the repository’s issues and [Kinde community](https://thekindecommunity.slack.com/archives/C04K316BXEH) to ensure my issue isn’t a duplicate - [x] I have checked the latest version of the...

bug

### Description Hi, seems like after some updates there is an issue with the field resolution for custom registered field like for example FontAwesomeIcon (code provided in steps to reproduce)....