2026-05-23 17:10:17 -05:00
<?xml version="1.0" encoding="UTF-8"?>
<!--
2026-06-28 14:31:18 -05:00
* @package MokoSuiteOpenGraph
2026-05-23 17:10:17 -05:00
* @subpackage plg_content_mokoog
* @author Moko Consulting <hello@mokoconsulting.tech>
* @copyright Copyright (C) 2026 Moko Consulting. All rights reserved.
* @license GNU General Public License version 3 or later; see LICENSE
-->
<form>
<fields name= "mokoog" >
<fieldset name= "mokoog" label= "PLG_CONTENT_MOKOOG_FIELDSET_LABEL"
description= "PLG_CONTENT_MOKOOG_FIELDSET_DESC" >
<field
name= "og_title"
type= "text"
label= "PLG_CONTENT_MOKOOG_FIELD_OG_TITLE"
description= "PLG_CONTENT_MOKOOG_FIELD_OG_TITLE_DESC"
filter= "string"
2026-06-23 11:25:27 -05:00
maxlength= "255"
2026-05-23 17:10:17 -05:00
/>
<field
name= "og_description"
type= "textarea"
label= "PLG_CONTENT_MOKOOG_FIELD_OG_DESCRIPTION"
description= "PLG_CONTENT_MOKOOG_FIELD_OG_DESCRIPTION_DESC"
filter= "string"
rows= "3"
2026-06-23 11:25:27 -05:00
maxlength= "512"
2026-05-23 17:10:17 -05:00
/>
<field
name= "og_image"
type= "media"
label= "PLG_CONTENT_MOKOOG_FIELD_OG_IMAGE"
description= "PLG_CONTENT_MOKOOG_FIELD_OG_IMAGE_DESC"
directory= "mokoog"
/>
<field
name= "og_type"
type= "list"
label= "PLG_CONTENT_MOKOOG_FIELD_OG_TYPE"
description= "PLG_CONTENT_MOKOOG_FIELD_OG_TYPE_DESC"
default= "article"
>
<option value= "article" > Article</option>
<option value= "website" > Website</option>
<option value= "product" > Product</option>
<option value= "profile" > Profile</option>
<option value= "book" > Book</option>
<option value= "music.song" > Music</option>
<option value= "video.other" > Video</option>
</field>
2026-06-23 10:25:21 -05:00
<field
name= "og_video"
type= "url"
label= "PLG_CONTENT_MOKOOG_FIELD_OG_VIDEO"
description= "PLG_CONTENT_MOKOOG_FIELD_OG_VIDEO_DESC"
filter= "url"
validate= "url"
/>
2026-05-23 17:10:17 -05:00
</fieldset>
2026-05-23 17:50:28 -05:00
<fieldset name= "mokoog_seo" label= "PLG_CONTENT_MOKOOG_FIELDSET_SEO_LABEL"
description= "PLG_CONTENT_MOKOOG_FIELDSET_SEO_DESC" >
<field
name= "seo_title"
type= "text"
label= "PLG_CONTENT_MOKOOG_FIELD_SEO_TITLE"
description= "PLG_CONTENT_MOKOOG_FIELD_SEO_TITLE_DESC"
filter= "string"
2026-06-23 11:25:27 -05:00
maxlength= "255"
2026-05-23 17:50:28 -05:00
/>
<field
name= "meta_description"
type= "textarea"
label= "PLG_CONTENT_MOKOOG_FIELD_META_DESCRIPTION"
description= "PLG_CONTENT_MOKOOG_FIELD_META_DESCRIPTION_DESC"
filter= "string"
rows= "3"
2026-06-23 11:25:27 -05:00
maxlength= "255"
2026-05-23 17:50:28 -05:00
/>
<field
name= "robots"
type= "list"
label= "PLG_CONTENT_MOKOOG_FIELD_ROBOTS"
description= "PLG_CONTENT_MOKOOG_FIELD_ROBOTS_DESC"
default= ""
multiple= "true"
>
<option value= "" > PLG_CONTENT_MOKOOG_ROBOTS_DEFAULT</option>
<option value= "noindex" > noindex</option>
<option value= "nofollow" > nofollow</option>
<option value= "nosnippet" > nosnippet</option>
<option value= "noarchive" > noarchive</option>
<option value= "noimageindex" > noimageindex</option>
</field>
<field
name= "canonical_url"
type= "url"
label= "PLG_CONTENT_MOKOOG_FIELD_CANONICAL_URL"
description= "PLG_CONTENT_MOKOOG_FIELD_CANONICAL_URL_DESC"
filter= "url"
validate= "url"
/>
</fieldset>
2026-06-23 12:19:08 -05:00
<fieldset name= "mokoog_event" label= "PLG_CONTENT_MOKOOG_FIELDSET_EVENT_LABEL"
description= "PLG_CONTENT_MOKOOG_FIELDSET_EVENT_DESC" >
<field name= "event_start" type= "calendar" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_START" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_START_DESC" format= "%Y-%m-%d %H:%M" filter= "string" showtime= "true" />
<field name= "event_end" type= "calendar" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_END" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_END_DESC" format= "%Y-%m-%d %H:%M" filter= "string" showtime= "true" />
<field name= "event_location" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_LOCATION" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_LOCATION_DESC" filter= "string" />
<field name= "event_address" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_ADDRESS" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_ADDRESS_DESC" filter= "string" />
<field name= "event_price" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_PRICE" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_PRICE_DESC" filter= "string" />
<field name= "event_currency" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_CURRENCY" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_CURRENCY_DESC" filter= "string" default= "USD" />
<field name= "event_url" type= "url" label= "PLG_CONTENT_MOKOOG_FIELD_EVENT_URL" description= "PLG_CONTENT_MOKOOG_FIELD_EVENT_URL_DESC" filter= "url" />
</fieldset>
<fieldset name= "mokoog_recipe" label= "PLG_CONTENT_MOKOOG_FIELDSET_RECIPE_LABEL"
description= "PLG_CONTENT_MOKOOG_FIELDSET_RECIPE_DESC" >
<field name= "recipe_prep_time" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_PREP_TIME" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_PREP_TIME_DESC" filter= "string" hint= "PT15M" />
<field name= "recipe_cook_time" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_COOK_TIME" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_COOK_TIME_DESC" filter= "string" hint= "PT30M" />
<field name= "recipe_yield" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_YIELD" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_YIELD_DESC" filter= "string" hint= "4 servings" />
<field name= "recipe_calories" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CALORIES" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CALORIES_DESC" filter= "string" hint= "350" />
<field name= "recipe_ingredients" type= "textarea" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_INGREDIENTS" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_INGREDIENTS_DESC" filter= "string" rows= "5" hint= "One ingredient per line" />
<field name= "recipe_category" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CATEGORY" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CATEGORY_DESC" filter= "string" hint= "Dessert" />
<field name= "recipe_cuisine" type= "text" label= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CUISINE" description= "PLG_CONTENT_MOKOOG_FIELD_RECIPE_CUISINE_DESC" filter= "string" hint= "Italian" />
</fieldset>
2026-06-23 12:53:47 -05:00
<fieldset name= "mokoog_custom_schema" label= "PLG_CONTENT_MOKOOG_FIELDSET_CUSTOM_SCHEMA_LABEL"
description= "PLG_CONTENT_MOKOOG_FIELDSET_CUSTOM_SCHEMA_DESC" >
<field name= "custom_schema" type= "textarea" label= "PLG_CONTENT_MOKOOG_FIELD_CUSTOM_SCHEMA" description= "PLG_CONTENT_MOKOOG_FIELD_CUSTOM_SCHEMA_DESC" filter= "raw" rows= "12" class= "input-xxlarge" />
</fieldset>
2026-05-23 17:10:17 -05:00
</fields>
</form>