Developer Documentation? #29
-
|
Hello all - I'm new to Oxygen and am really enjoying it so far - the CSS driven style options, and reusable classes, make it far more powerful than other WordPress builders I've used. As a developer, I'd love to create my own elements. In WP Bakery, they have a Thanks in advance- |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi @fabrizim, Unfortunately, Oxygen's API isn't yet documented. However, there is a third-party tutorial here on creating an element with the API that might get you started: https://codewriteups.com/build-custom-oxygenbuilder-elements-in-wordpress.html. |
Beta Was this translation helpful? Give feedback.
-
|
The link that @KittenCodes points to gives a very nice overview. If you want to see how the Oxygen team has used the API you can look at the code in the following: Both extend the OxyEl class. The comments in that class are sparse but it can be helpful to look through as well. |
Beta Was this translation helpful? Give feedback.
Hi @fabrizim,
Unfortunately, Oxygen's API isn't yet documented. However, there is a third-party tutorial here on creating an element with the API that might get you started: https://codewriteups.com/build-custom-oxygenbuilder-elements-in-wordpress.html.