ADD A SECTION PULGIN #5701
Unanswered
SAKTHIVELMARIMUTHU
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Sportzfy TV elevates the fan experience beyond the standard mobile app, serving as a dedicated video streaming platform for premier live sports action. This innovative OTT service grants subscribers exclusive access to high-definition live streaming of major cricket matches, including coveted ICC events and explosive T20 leagues from around the world. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
THE THING IS section is like the one row or a column where we can add our default columns , image , vedio these kind of elements inside our section its is basically a container it hold the default elements the below code is a piece i wrote but unfortunatly i dont know what to place in content if its a image i place a image tag or a hedaing i place or a paragraph means
so who to define a section it should be a row or a column
Section1Plugin(editor) {
editor.Blocks.add('section 1', {
label: 'Section 1',
category:
media: 'section',
content: ' ',
});
}
Beta Was this translation helpful? Give feedback.
All reactions