Plugin Directory

Changeset 3078303

Timestamp:
04/28/2024 06:26:41 PM (3 months ago)
Author:
enwikuna
Message:

Fix blueprint.json

File:
1 edited

Legend:

Unmodified
Added
Removed
  • enwikuna-license-manager/assets/blueprints/blueprint.json

    r3069360 r3078303  
    2323    },
    2424    {
    25       "step": "installPlugin",
    26       "pluginZipFile": {
    27         "resource": "wordpress.org/plugins",
    28         "slug": "enwikuna-license-manager"
    29       },
    30       "options": {
    31         "activate": true
    32       }
    33     },
    34     {
    35       "step": "installTheme",
    36       "themeZipFile": {
    37         "resource": "wordpress.org/themes",
    38         "slug": "storefront"
    39       },
    40       "options": {
    41         "activate": true
    42       }
    43     },
    44     {
    4525      "step": "setSiteOptions",
    4626      "options": {
     
    5636        "woocommerce_product_type": "virtual",
    5737        "woocommerce_allow_tracking": "no",
    58         "_transient__wc_activation_redirect": false,
     38        "_transient__wc_activation_redirect": false
     39      }
     40    },
     41    {
     42      "step": "installPlugin",
     43      "pluginZipFile": {
     44        "resource": "wordpress.org/plugins",
     45        "slug": "enwikuna-license-manager"
     46      },
     47      "options": {
     48        "activate": true
     49      }
     50    },
     51    {
     52      "step": "setSiteOptions",
     53      "options": {
    5954        "elm_admin_setup_wizard_redirect": false,
    6055        "elm_general_display_setup_wizard_update_mode": "no",
     
    6358        "elm_my_account_licenses_renewal_mode": "yes",
    6459        "elm_product_automatic_stock_management_mode": "yes"
     60
     61
     62
     63
     64
     65
     66
     67
     68
     69
    6570      }
    6671    },
Note: See TracChangeset for help on using the changeset viewer.