25 lines
761 B
YAML
25 lines
761 B
YAML
# =============================================================================
|
|
# Content Editing
|
|
# =============================================================================
|
|
# Meta-feature that groups content editing tools for development
|
|
# No services of its own - purely a convenience grouping
|
|
|
|
feature:
|
|
id: content-editing
|
|
name: Content Editing Suite
|
|
description: Dev tools for WYSIWYG content creation and editing
|
|
owner: platform-core
|
|
|
|
# No ports - this is a meta-feature
|
|
ports: {}
|
|
|
|
# No services - this feature's purpose is to group other features
|
|
services: []
|
|
|
|
# Feature-level dependencies - includes all services from these features
|
|
featureDependencies:
|
|
- truth-validation
|
|
- ui-dev-tools
|
|
- seo
|
|
|
|
# No deployments - dev-only meta-feature
|