Blogs
There may be a requirement to add custom organizations instead of Regular Organization & Location.
To acheive this we need to add the below properties in portal.ext.properties
## For add custom organizations
organizations.types=regular-organization,location,custom-organization
organizations.rootable[regular-organization]=true
organizations.rootable[custom-organization]=true
organizations.children.types[regular-organization]=regular-organization,location,custom-organization
then restart the server
Login as Admin and Control Pannel -> Users and Organizations
Click on 'Type' drop down we can find a new organization as 'custom-organization'.

