diff options
| author | IT Fixcomart <it@fixcomart.co.id> | 2022-08-29 10:58:05 +0700 |
|---|---|---|
| committer | IT Fixcomart <it@fixcomart.co.id> | 2022-08-29 10:58:05 +0700 |
| commit | 8e7e127bb6e7f5b67771e24ba12322ff2718399a (patch) | |
| tree | 6c1f095e8935b351e1978af14d5d27f4a3a78462 /indoteknik_custom/views/blog_post.xml | |
| parent | 349ddaed037e2a9eec7b96d31536924abd5601ed (diff) | |
Fix show SEO page and Content page
Diffstat (limited to 'indoteknik_custom/views/blog_post.xml')
| -rw-r--r-- | indoteknik_custom/views/blog_post.xml | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/indoteknik_custom/views/blog_post.xml b/indoteknik_custom/views/blog_post.xml index 0acf6aa5..abb6be8b 100644 --- a/indoteknik_custom/views/blog_post.xml +++ b/indoteknik_custom/views/blog_post.xml @@ -9,9 +9,14 @@ <field name="blog_id" position="before"> <field name="thumbnail" widget="image" width="240" /> </field> - <xpath expr="//notebook/page[@name=seo]" position="attributes"> - <attribute name="groups">website.group_website_designer</attribute> - </xpath> + <page name="seo" position="attributes"> + <attribute name="groups"/> + </page> + <page name="seo" position="after"> + <page name="content" string="Content"> + <field name="content"/> + </page> + </page> </field> </record> </data> |
