mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Implement the rest of the welcome step
This commit is contained in:
parent
02ba0b1d48
commit
32bf8a76ec
46 changed files with 933 additions and 2 deletions
|
@ -77,6 +77,13 @@ class SettingsModule implements ServiceModule, ExecutableModule {
|
|||
);
|
||||
|
||||
wp_enqueue_style( 'ppcp-admin-settings' );
|
||||
|
||||
wp_enqueue_style('ppcp-admin-settings-font', 'https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
|
||||
wp_localize_script('ppcp-admin-settings', 'ppcpSettings', [
|
||||
'assets' => [
|
||||
'imagesUrl' => $module_url . '/images/'
|
||||
]
|
||||
]);
|
||||
}
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue