Published on 05/23/2026
Published by amit
Quick Sample for Registering Apps
You can register apps, that refer to remote code as shown here.
|
1 2 3 4 5 6 7 |
[app.register settings title="Site Settings"] [collection] [config connection=cdn_code post_type=c_settings /] [modules connection=cdn_code post_type=m_settings /] [pages connection=cdn_code post_type=p_settings /] [/collection] [/app.register] |
Similarly, you can register local apps, without using the connection module
|
1 2 3 4 5 6 7 |
[app.register settings title="Site Settings"] [collection] [config post_type=c_settings /] [modules post_type=m_settings /] [pages post_type=p_settings /] [/collection] [/app.register] |
You can set following settings as well for apps in app->config->settings modules
default_taxonomy, enable_sitemap, enable_cache