Skip to content

Commit 53b3576

Browse files
committed
chore : changed opengraph.xml to use JYES/JNO instead of JENABLED/JDISABLED
1 parent c215b7a commit 53b3576

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/system/opengraph/opengraph.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
default="1"
3737
label="PLG_SYSTEM_OPENGRAPH_ENABLE_OG_GENERATION"
3838
description="PLG_SYSTEM_OPENGRAPH_ENABLE_OG_GENERATION_DESC">
39-
<option value="0">JDISABLED</option>
40-
<option value="1">JENABLED</option>
39+
<option value="0">JNO</option>
40+
<option value="1">JYES</option>
4141
</field>
4242
<field name="fb_app_id"
4343
type="text"

0 commit comments

Comments
 (0)