Skip Navigation

[Closed] I want 'register_block_pattern' to use by Toolset.

This support ticket is created 4 years, 3 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 - - 9:00 – 13:00
14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 - - 14:00 – 18:00

Supporter timezone: Africa/Casablanca (GMT+01:00)

This topic contains 3 replies, has 2 voices.

Last updated by Jamal 4 years, 3 months ago.

Assisted by: Jamal.

Author
Posts
#2023091

I want to make block pattern same as 'register_block_pattern'.
Like written in this page : https://developer.wordpress.org/block-editor/reference-guides/block-api/block-patterns/

I tryed it by Toolset's Content Templates.
But it can't edit post by post.

I don't want templates but patterns.
Do Toolset can it?

#2023221

Hello and thank you for contacting the Toolset support.

You can't actually use content templates inside patterns. Because Patterns are a bunch of code that tells the Gutenberg editor about the blocks that make this pattern. Where as a content template is not just a block. It is a block that has an entry on the database. So, If it is used in multiple places, and you try to edit it somewhere, it will be edited in all the other places.

You can use all the Toolset blocks, except the content template and the view blocks, inside patterns.
https://toolset.com/block-item/

Actually, you can use a content template block or a view block inside a pattern. But when you edit them, they will be edited in this pattern and everywhere else they are being used. Does it make sense?

I hope this answers your request. Let me know if you have any questions.

#2024091

Thank you for your reply.

But, my problem is not solved that reply.
So I use other plugin 'VK Block Patterns'.
hidden link

I found question in this support forum that similar my question.
Maybe many Toolset users hope operation that add block pattern.

#2024127

Thank you for your feedback. However, I am confused, what is the problem? Can you explain further?

I tried the 'VK Block Patterns' plugin on a test site and I was able to use a new pattern with a Toolset block on it without issues. You can login to my test site with this link hidden link
1. I created a pattern with a Toolset single field block. Check this screenshot hidden link
hidden link
2. I used the pattern inside the default post hidden link
3. It was rendered on the frontend without issue. Check this screenshot hidden link

Can you explain the problem that you are encountering? Please use simple steps like:
1. I go to xxx
2. I do xxx
3. I expect to have xxx
4. Instead i get xxx
Would you allow me to login to your website and check this further? Your next reply will be private to let you share credentials safely. ** Make a database backup before sharing credentials. **

The topic ‘[Closed] I want 'register_block_pattern' to use by Toolset.’ is closed to new replies.