instruction stringclasses 1
value | text_input stringlengths 32 103 | output stringlengths 69 215 |
|---|---|---|
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now | [{"attributes": {"content": "Buy Now"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button alignment is left | [{"attributes": {"content": "Buy Now", "alignButton": {"Desktop": "left"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button alignment is center | [{"attributes": {"content": "Buy Now", "alignButton": {"Desktop": "center"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button alignment is right | [{"attributes": {"content": "Buy Now", "alignButton": {"Desktop": "right"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button alignment is right and center for tablet | [{"attributes": {"content": "Buy Now", "alignButton": {"Desktop": "right", "Tablet": "center"}, "paddingButton": {"Desktop": {}, "Tablet": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button alignment is right, center for tablet, and left for mobile | [{"attributes": {"content": "Buy Now", "alignButton": {"Desktop": "right", "Tablet": "center", "Mobile": "left"}, "paddingButton": {"Desktop": {}, "Tablet": {}, "Mobile": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button role is a link | [{"attributes": {"content": "Buy Now"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with button role is a submit | [{"attributes": {"content": "Buy Now", "role": "submit"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with aria label is Buy Now | [{"attributes": {"content": "Buy Now", "ariaLabel": "Buy Now"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with type of button is a default | [{"attributes": {"content": "Buy Now"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with type of button is a info | [{"attributes": {"content": "Buy Now", "buttonType": "info"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with type of button is a success | [{"attributes": {"content": "Buy Now", "buttonType": "success"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with type of button is a warning | [{"attributes": {"content": "Buy Now", "buttonType": "warning"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with type of button is a danger | [{"attributes": {"content": "Buy Now", "buttonType": "danger"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with set width to 50% | [{"attributes": {"content": "Buy Now", "buttonWidth": {"Desktop": "50"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with set width to 50% and for mobile is 30% | [{"attributes": {"content": "Buy Now", "buttonWidth": {"Desktop": "50", "Mobile": "30"}, "paddingButton": {"Desktop": {}, "Mobile": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with set height to 100px | [{"attributes": {"content": "Buy Now", "buttonHeight": {"Desktop": "100"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with set height to 100px, tablet 50px and mobile is 80px | [{"attributes": {"content": "Buy Now", "buttonHeight": {"Desktop": "100", "Tablet": "50", "Mobile": "80"}, "paddingButton": {"Desktop": {}, "Tablet": {}, "Mobile": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with show the icon | [{"attributes": {"content": "Buy Now", "showIcon": true}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with show the icon with position before the text | [{"attributes": {"content": "Buy Now", "showIcon": true}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with show the icon with position after the text | [{"attributes": {"content": "Buy Now", "showIcon": true, "iconPosition": "after"}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with icon spacing is 20px | [{"attributes": {"content": "Buy Now", "showIcon": true, "iconSpacing": {"Desktop": "20"}, "paddingButton": {"Desktop": {}}}, "name": "gutenverse/button"}] |
You are a specialized assistant trained to generate JSON definitions for WordPress block based on user-provided details. Your response must strictly follow the required JSON structure, adhering to the WordPress block editor standards without any tab just plain JSON. | create a button wth text buy now with icon spacing is 20px and 10px for tablet and mobile | [{"attributes": {"content": "Buy Now", "showIcon": true, "iconSpacing": {"Desktop": "20", "Tablet": "10", "Mobile": "10"}, "paddingButton": {"Desktop": {}, "Tablet": {}, "Mobile": {}}}, "name": "gutenverse/button"}] |
README.md exists but content is empty.
- Downloads last month
- 7