person: add show hide on some fields + remove unknown genderType

This commit is contained in:
nobohan
2021-06-18 11:28:02 +02:00
parent bccaf5ad6e
commit 3d14f00cac
6 changed files with 61 additions and 11 deletions

View File

@@ -7,8 +7,9 @@ module.exports = function(encore, entries)
encore.addAliases({
ChillPersonAssets: __dirname + '/Resources/public'
});
encore.addEntry('accompanying_course', __dirname + '/Resources/public/vuejs/AccompanyingCourse/index.js');
encore.addEntry('household_members_editor', __dirname + '/Resources/public/vuejs/HouseholdMembersEditor/index.js');
encore.addEntry('vue_accourse', __dirname + '/Resources/public/vuejs/AccompanyingCourse/index.js');
encore.addEntry('person', __dirname + '/Resources/public/js/person.js');
};