Add FieldDisplayManager.

Refactor admin field show/hide.
This commit is contained in:
Pedro Silva 2023-09-14 17:48:46 +01:00
parent d3a02e79c5
commit 0cddf83b9d
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
13 changed files with 320 additions and 100 deletions

View file

@ -11,6 +11,7 @@ module.exports = {
'fraudnet': path.resolve('./resources/js/fraudnet.js'),
'oxxo': path.resolve('./resources/js/oxxo.js'),
'gateway-settings-style': path.resolve('./resources/css/gateway-settings.scss'),
'common-style': path.resolve('./resources/css/common.scss'),
},
output: {
path: path.resolve(__dirname, 'assets/'),