We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edit
classDiagram Node <|-- DevBlock Node <|-- Event Node <|-- OpenSource Node <|-- Recruiting Author "1" --> "1..*" Node <<abstract>> Node Node : +String title Node : +Date created Node : +Date changed Node : +Boolean status Node : +Boolean promte Node : +Boolean sticky class DevBlock { Media~Image|Video~ field_headerimage Text field_teasertext Taxonomy category Number reading_duration() } class Event { } class OpenSource { } class Recruiting { } class Author { String name } Media <|-- Image <<abstract>> Media Media : +String name class MediaImage { mime filesize width height } class MediaVideo { } <<abstract>> Media
The text was updated successfully, but these errors were encountered:
No branches or pull requests
edit
The text was updated successfully, but these errors were encountered: