mods for wp menu in omeka depending in production or development
This commit is contained in:
parent
cca089d368
commit
9cc1feb76f
|
@ -1,6 +1,10 @@
|
|||
<?php
|
||||
|
||||
# Config
|
||||
# uncoment below for production main branch and comment for development
|
||||
#$wordpress_site="https://arc-hive.zone";
|
||||
#$wordpress_endpoint="https://arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
# coment below for production main branch and uncomment for development
|
||||
$wordpress_site="https://dev.arc-hive.zone";
|
||||
$wordpress_endpoint="https://dev.arc-hive.zone/wp-json/menus/v1/menus/4";
|
||||
|
||||
|
|
Loading…
Reference in New Issue