diff --git a/orbitale/cms-bundle/2.0/config/packages/orbitale_cms.yaml b/orbitale/cms-bundle/2.0/config/packages/orbitale_cms.yaml deleted file mode 100644 index 8f8dc8f0..00000000 --- a/orbitale/cms-bundle/2.0/config/packages/orbitale_cms.yaml +++ /dev/null @@ -1,6 +0,0 @@ -orbitale_cms: - page_class: App\Entity\Page - category_class: App\Entity\Category -# Define your layout here if you need a custom layout for your CMS -# layouts: -# main: { resource: base.html.twig } diff --git a/orbitale/cms-bundle/2.0/config/routing/orbitale_cms.yaml b/orbitale/cms-bundle/2.0/config/routing/orbitale_cms.yaml deleted file mode 100644 index 4d543df5..00000000 --- a/orbitale/cms-bundle/2.0/config/routing/orbitale_cms.yaml +++ /dev/null @@ -1,9 +0,0 @@ -orbitale_cms_category: - resource: "@OrbitaleCmsBundle/Controller/CategoryController.php" - type: annotation - prefix: /category/ - -orbitale_cms_page: - resource: "@OrbitaleCmsBundle/Controller/PageController.php" - type: annotation - prefix: /page/ diff --git a/orbitale/cms-bundle/2.0/manifest.json b/orbitale/cms-bundle/2.0/manifest.json deleted file mode 100644 index ca01bf3a..00000000 --- a/orbitale/cms-bundle/2.0/manifest.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "bundles": { - "Orbitale\\Bundle\\CmsBundle\\OrbitaleCmsBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/", - "src/": "%SRC_DIR%/" - } -} diff --git a/orbitale/cms-bundle/2.0/src/Entity/Category.php b/orbitale/cms-bundle/2.0/src/Entity/Category.php deleted file mode 100644 index 9b50c307..00000000 --- a/orbitale/cms-bundle/2.0/src/Entity/Category.php +++ /dev/null @@ -1,29 +0,0 @@ -id; - } -} diff --git a/orbitale/cms-bundle/2.0/src/Entity/Page.php b/orbitale/cms-bundle/2.0/src/Entity/Page.php deleted file mode 100644 index 46de28c7..00000000 --- a/orbitale/cms-bundle/2.0/src/Entity/Page.php +++ /dev/null @@ -1,29 +0,0 @@ -id; - } -}