| ... | ... | @@ -6,7 +6,7 @@ The plugins creates and expose the `rest_ce_landing` custom post type as an REST |
|
|
|
|
|
|
|
## **How does it work?**
|
|
|
|
|
|
|
|
The activation of the plugin creates a new custom post type on the wordpress instance. The post type configuration can be found on at `post_types/single-rest_ce_landing.php`. This is the content media type that the plugin will work with when handling ajax requests from Odoo.
|
|
|
|
The activation of the plugin creates a new custom post type on the wordpress instance. The post type configuration can be found on at `post_types/rest_ce_landing.php`. This is the content media type that the plugin will work with when handling ajax requests from Odoo.
|
|
|
|
|
|
|
|
Bound to the new custom post type, the plugins registers a new template placedin `templates/single-rest_ce_landing.php`.
|
|
|
|
|
| ... | ... | |
| ... | ... | |