-
Notifications
You must be signed in to change notification settings - Fork 0
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
Move action for elements #1
base: 4
Are you sure you want to change the base?
Conversation
906d6d5
to
e370d91
Compare
|
||
const modalSchemaUrl = `${getConfig().form.elementForm.moveModalSchemaUrl}/${id}`; | ||
|
||
// Todo: Render modal once per area rather than once per block |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this from module code or your TODO?
null, | ||
$elementID | ||
), | ||
$pageField = TreeDropdownField::create( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Limit to pages with elemental active
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, this is done on L62
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was able to move a block to a page without elemental
7759846
to
c0aa5d8
Compare
No description provided.