Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info
titleReloading configuration

You can use updateapp=1 to reload the entire application, or you can log into the webtop and just reload config data:

  1. Admin ->Reload application->Config settings> Developer Utilities > Reload application > Config Settings (under the Miscellaneous section)
  2. Click Update Application

Walkthrough: Installing Google Maps Plugin

  1. Download the Google Maps Plugin
  2. Copy the code base to the plugins folder of your installation
  3. Update your farcryConstructor.cfm configuration file to include GoogleMaps
  4. Re-initialise the application
  5. Go to the Admin > Developer Utilities > COAPI Tools > Types and deploy the Google Maps content types
  6. Go to the Admin > Developer Utilities > COAPI Tools > Rules and deploy the Google Maps publishing rules
  7. Login to the webtop and update the Config for Google Maps with your API key
  8. Create a publish a Google Map

...

So it adds all the property metadata it finds here into our application.stcoapi.superhero.stprops. As a result we have application.stcoapi.superhero.stProps filled with the combination of all the properties in both those content types. We can see this using the COAPI Scope Dumper located in the webtop " Admin / > Developer Utilities / > Scope Dump.

Tip
titleScope Dump

...

If you know the exact structure your are looking for you can type it up the top and click [dump], or browse using the preset scopes listed on the left of the viewer.

WALKTHROUGH: Extending the News Content Type

...