Create a Simple Extension
The easiest way to set up VB Studio so that others can configure Oracle Cloud Applications pages is to create a simple extension yourself. This lets you ensure everything is working properly.
The best practice is to create one project for all the Oracle Cloud Applications your users will want to configure in an environment family. Within that project, you should have one Git repository for each pillar that your users will extend—that is, one for HCM, one for SCM, and so on—so that the code for all extensions within that pillar is stored in the same Git repository. For more recommendations, see Extension Best Practices in Extending Oracle Cloud Applications with Visual Builder Studio.
If this were a real extension, after testing your changes in your DEV environment, you might want to deploy it to other Oracle Cloud Applications instances. You can use the Manage Extension Lifecycle page to do this. See Manage Your Published Extensions in Extending Oracle Cloud Applications with Visual Builder Studio.
As this was just a simple test and not a real extension, you may want to remove it. To do so, see Delete an Extension.