mirror of
https://github.com/Hopiu/django-fobi.git
synced 2026-03-20 23:50:26 +00:00
6 lines
207 B
Python
6 lines
207 B
Python
from fobi.base import FormElementPluginWidget
|
|
|
|
class BaseSampleTextareaPluginWidget(FormElementPluginWidget):
|
|
# Same as ``uid`` value of the ``SampleTextareaPlugin``.
|
|
plugin_uid = "sample_textarea"
|
|
|