-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
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
Add plugins metadata to packages #6642
Labels
Epic
squad:devops
Issue to be handled by the Devops team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Milestone
Comments
ma2ciek
added
the
type:task
This issue reports a chore (non-production change) and other types of "todos".
label
Apr 21, 2020
ma2ciek
changed the title
Add online-builder metadata to packages
Add plugin metadata to packages
Apr 21, 2020
ma2ciek
changed the title
Add plugin metadata to packages
Add plugins metadata to packages
Apr 21, 2020
Reinmar
added
the
squad:collaboration
Issue to be handled by the Collaboration team.
label
May 25, 2020
Reinmar
added
squad:dx
and removed
squad:collaboration
Issue to be handled by the Collaboration team.
labels
Apr 1, 2021
Meeting notes:
|
The definition of HTML output could look a bit like this: "ckeditor": {
plugins: [
{
name: "Alignment",
output: [
{
"element": "$block",
"attributes": [
{
"name": "style",
"description": "For default config.",
// Possible future extension - list values/particular styles
},
{
"name": "class",
"description": "For config.alignment.classes",
// Possible future extension - list particular classes
}
]
}
]
},
{
name: "Image",
output: [
{
"element": "figure",
"attributes": [
{
"name": "class",
"value": "image"
}
]
},
{
"element": "img",
"attributes": [ "src", "srcset", "sizes" ]
}
]
}, |
This comment has been minimized.
This comment has been minimized.
This was referenced Apr 1, 2021
ma2ciek
added a commit
that referenced
this issue
May 13, 2021
Other: Add plugins metadata to packages. Introduce guides for the metadata and present HTML output of features. Closes #6642.
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Epic
squad:devops
Issue to be handled by the Devops team.
type:task
This issue reports a chore (non-production change) and other types of "todos".
Provide a description of the task
Action items
builtinPlugins
anddefaultConfig
).The text was updated successfully, but these errors were encountered: