Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
define('custom:views/phonenumber/fields/edit', ['views/fields/phone'], function (Dep) {
|
||||
return Dep.extend({
|
||||
templateContent: `<div>Test: Custom PhoneNumber View Loaded</div>`,
|
||||
setup: function () {
|
||||
Dep.prototype.setup.call(this);
|
||||
}
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user