Versions Compared

Key

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

...

Code Block
languageyml
titlebookshelf-app.yaml (app descriptor)
linenumberstrue
!content-type-m5:bookshelf-app
name: bookshelf-app
  • Line 1: The app descriptor instructs the app generator to construct the app from the bookshelf-app content type definition.
    (warning) Note the presence of the m5 suffix in the content type directive. For the time being, our app will be based on UI 5 definitions.
  • Line 2: You give the app the name bookshelf-app, under which the app is known to other resources and systems in Magnolia.

...

After saving the changes, you can check in the Definitions app that the app's definitions have been loaded by Magnolia:Image Removed.

Starting the app

Magnolia adds a tile for your new app to the App launcher automatically when registering the app. However, to make the tile appear in the App launcher, you must first restart your Magnolia session once by logging out and logging in again. For further details see App launcher layout.

...